Merge branch 'master' into adding-suppliers

This commit is contained in:
Daniel
2021-03-27 19:40:58 +01:00
4 changed files with 2 additions and 3 deletions

View File

@@ -21,7 +21,6 @@
"sqlite3": "^5.0.0"
},
"scripts": {
"fix-antlr": "sed -i -e 's/INVALID_ALT_NUMBER = require.*/INVALID_ALT_NUMBER = 0/' node_modules/antlr4/tree/Trees.js node_modules/antlr4/RuleContext.js",
"cleanup": "rm -rf node_modules && rm -rf */node_modules && rm -rf */*/node_modules",
"registry": "node .registry/server.js",
"bookshop": "cds watch bookshop",