remove mono repo dependency and private npm registry option

This commit is contained in:
Fabian Chong
2020-09-07 22:08:12 +08:00
parent b6fcf99853
commit e40f2b1f54
7 changed files with 68 additions and 19 deletions
+2 -1
View File
@@ -20,7 +20,8 @@
"docgen": "lerna run docgen",
"docker-build:app": "yarn workspace example-app build && docker build . -t spotify/backstage",
"docker-build": "yarn tsc && yarn workspace example-backend build-image",
"create-plugin": "backstage-cli create-plugin",
"create-plugin": "backstage-cli create-plugin --scope internal",
"create-oss-plugin": "backstage-cli create-plugin --scope backstage",
"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 --force-publish; fi",
"prettier:check": "prettier --check .",