Simplified debugging

This commit is contained in:
Daniel
2020-07-07 17:29:30 +02:00
parent 7b1c3d8b3a
commit 522ec8e071
2 changed files with 7 additions and 13 deletions

View File

@@ -19,6 +19,8 @@
"sqlite3": "^4"
},
"scripts": {
"bookshop": "cds watch bookshop",
"fiori": "cds watch fiori",
"mocha": "npx mocha || echo",
"jest": "npx jest --verbose",
"test": "npm run jest -s"