Add clean script packages/app

This commit is contained in:
Leo Mendez
2020-04-12 14:22:53 -05:00
parent 0bd526a4a3
commit f1c9e80435
+1
View File
@@ -30,6 +30,7 @@
"scripts": {
"start": "backstage-cli app:serve",
"bundle": "backstage-cli app:build",
"clean": "backstage-cli clean",
"test": "backstage-cli 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",