From 3686ec6a920a16a10739cf021842176490031d60 Mon Sep 17 00:00:00 2001 From: nikek Date: Wed, 4 Mar 2020 14:33:47 +0100 Subject: [PATCH] add build to start script --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index a60d0c8284..a551cb7a79 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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",