cli: renamed script commands to package

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-02-15 21:27:12 +01:00
parent 51ce07f0fe
commit 9892d74326
129 changed files with 858 additions and 854 deletions
+5 -5
View File
@@ -92,13 +92,13 @@
"start-server-and-test": "^1.10.11"
},
"scripts": {
"start": "backstage-cli script start",
"build": "backstage-cli script build",
"clean": "backstage-cli script clean",
"test": "backstage-cli script test",
"start": "backstage-cli package start",
"build": "backstage-cli package build",
"clean": "backstage-cli package clean",
"test": "backstage-cli package 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 script lint",
"lint": "backstage-cli package lint",
"cy:dev": "cypress open",
"cy:run": "cypress run"
},