migrate all package scripts

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-02-14 21:40:19 +01:00
parent 71973cd4d3
commit 8f82d80adf
123 changed files with 827 additions and 801 deletions
+5 -5
View File
@@ -92,13 +92,13 @@
"start-server-and-test": "^1.10.11"
},
"scripts": {
"start": "backstage-cli app:serve",
"build": "backstage-cli app:build",
"clean": "backstage-cli clean",
"test": "backstage-cli test",
"start": "backstage-cli script start",
"build": "backstage-cli script build",
"clean": "backstage-cli script clean",
"test": "backstage-cli script test",
"test:e2e": "start-server-and-test start http://localhost:3000 cy:dev",
"test:e2e:ci": "start-server-and-test start http://localhost:3000 cy:run",
"lint": "backstage-cli lint",
"lint": "backstage-cli script lint",
"cy:dev": "cypress open",
"cy:run": "cypress run"
},