Add clean script to plugins/welcome

This commit is contained in:
Leo Mendez
2020-04-12 14:57:28 -05:00
parent 97604a3832
commit c94a42c812
+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",