Merge pull request #1746 from spotify/rugvip/build

app: make bundling a regular build command
This commit is contained in:
Patrik Oldsberg
2020-07-27 10:58:48 +02:00
committed by GitHub
6 changed files with 3 additions and 10 deletions
@@ -7,7 +7,6 @@
},
"scripts": {
"start": "yarn workspace app start",
"bundle": "yarn workspace app bundle",
"build": "lerna run build",
"tsc": "tsc",
"clean": "backstage-cli clean && lerna run clean",
@@ -32,7 +32,7 @@
},
"scripts": {
"start": "backstage-cli app:serve",
"bundle": "backstage-cli app:build",
"build": "backstage-cli app:build",
"test": "backstage-cli test",
"lint": "backstage-cli lint",
"test:e2e": "cross-env PORT=3001 start-server-and-test start http://localhost:3001 cy:dev",