Add clean script

This commit is contained in:
Leo Mendez
2020-04-12 14:53:53 -05:00
parent c171718840
commit b03d937e7d
+2 -1
View File
@@ -8,7 +8,8 @@
"scripts": {
"build": "backstage-cli plugin:build",
"lint": "backstage-cli lint",
"test": "backstage-cli test"
"test": "backstage-cli test",
"clean": "backstage-cli clean"
},
"devDependencies": {
"@backstage/cli": "^0.1.1-alpha.3",