Merge pull request #153 from spotify/nikek/build-on-start

add build to start script
This commit is contained in:
Stefan Ålund
2020-03-04 15:28:05 +01:00
committed by GitHub
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "root",
"private": true,
"scripts": {
"start": "yarn workspace @spotify-backstage/app start",
"start": "yarn build && yarn workspace @spotify-backstage/app start",
"build": "lerna run build",
"test": "cross-env CI=true lerna run test --stream --parallel -- --coverage",
"create-plugin": "yarn workspace @spotify-backstage/cli build && backstage-cli create-plugin",