Clean the lib/dit

This commit is contained in:
maurizio vitale
2019-08-20 22:59:02 +01:00
parent 89b832ff18
commit 6918944a63
+1 -1
View File
@@ -52,7 +52,7 @@
"replace-cloud-config": "node appConfigReplace.cloud.js",
"06": "echo -------------------------------------------- Clean -----------------------------------------------",
"06s": "",
"clean": "rimraf dist ./node_modules typings",
"clean": "rimraf dist ./node_modules typings lib/dist",
"clean-lock": "rimraf package-lock.json",
"lint:staged": "lint-staged"
},