Add clean script to package file

This commit is contained in:
Leo Mendez
2020-04-09 15:23:33 -05:00
parent ff5d455c23
commit 81c18f22f7
+1
View File
@@ -22,6 +22,7 @@
"build": "backstage-cli build-cache -- tsc",
"lint": "backstage-cli lint",
"test": "backstage-cli test",
"clean": "backstage-cli clean",
"start": "nodemon ."
},
"devDependencies": {