Add clean script packages/core

This commit is contained in:
Leo Mendez
2020-04-12 14:23:34 -05:00
parent f1c9e80435
commit 4d0c5b084d
+2 -1
View File
@@ -21,7 +21,8 @@
"scripts": {
"build": "backstage-cli plugin:build",
"lint": "backstage-cli lint",
"test": "backstage-cli test"
"test": "backstage-cli test",
"clean": "backstage-cli clean"
},
"dependencies": {
"@material-ui/core": "^4.9.1",