Add clean script to template app

This commit is contained in:
Leo Mendez
2020-04-12 14:19:47 -05:00
parent 2c4328f5e1
commit f5b8433aa2
@@ -6,6 +6,7 @@
"build": "lerna run build",
"test": "cross-env CI=true lerna run test -- --coverage",
"create-plugin": "backstage-cli create-plugin",
"clean": "backstage-cli clean",
"lint": "lerna run lint"
},
"workspaces": {