Add clean script packages/theme

This commit is contained in:
Leo Mendez
2020-04-12 14:24:40 -05:00
parent 2467e40883
commit 8015b55a0f
+2 -1
View File
@@ -20,7 +20,8 @@
"types": "dist/index.d.ts",
"scripts": {
"build": "backstage-cli plugin:build",
"lint": "backstage-cli lint"
"lint": "backstage-cli lint",
"clean": "backstage-cli clean"
},
"devDependencies": {
"@backstage/cli": "^0.1.1-alpha.3",