Added removePlugin

This commit is contained in:
Jose Balanza Martinez
2020-03-31 12:53:58 -06:00
parent 3628518764
commit 557880a36f
4 changed files with 243 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@
"build": "lerna run build",
"test": "cross-env CI=true lerna run test --since origin/master -- --coverage",
"create-plugin": "backstage-cli create-plugin",
"remove-plugin": "backstage-cli remove-plugin",
"release": "if [ \"$(git symbolic-ref --short HEAD)\" = master ]; then echo \"don't try to release master\"; exit 1; else lerna version --no-push; fi",
"lint": "cross-env CI=true lerna run lint --since origin/master --",
"storybook": "yarn workspace storybook start"