app: make bundling a regular build command

This commit is contained in:
Patrik Oldsberg
2020-07-26 20:33:29 +02:00
parent 3158c2390b
commit 13b62f2aff
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",