Add missing yarn clean for frontend

This commit is contained in:
Joel Low
2020-12-29 09:21:44 +08:00
parent 295a3e2fff
commit 4e0e3b1bf0
2 changed files with 14 additions and 0 deletions
@@ -46,6 +46,7 @@
"build": "backstage-cli app:build",
"test": "backstage-cli test",
"lint": "backstage-cli lint",
"clean": "backstage-cli clean",
"test:e2e": "cross-env PORT=3001 start-server-and-test start http://localhost:3001 cy:dev",
"test:e2e:ci": "cross-env PORT=3001 start-server-and-test start http://localhost:3001 cy:run",
"cy:dev": "cypress open",