add build to start script

This commit is contained in:
nikek
2020-03-04 14:33:47 +01:00
parent 6f09e99d56
commit 3686ec6a92
+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",