npm script cleanup

This commit is contained in:
Daniel
2021-03-27 19:29:09 +01:00
committed by Daniel Hutzel
parent 2c064d0200
commit 064ce32b8a

View File

@@ -20,6 +20,7 @@
"sqlite3": "^5.0.0"
},
"scripts": {
"cleanup": "rm -rf node_modules && rm -rf */node_modules && rm -rf */*/node_modules",
"registry": "node .registry/server.js",
"bookshop": "cds watch bookshop",
"fiori": "cds watch fiori",