Fix unintended diffs

This commit is contained in:
Uwe Klinger
2021-06-09 07:47:28 +02:00
parent 4a8379e953
commit d9d7203e49
2 changed files with 2 additions and 1 deletions

View File

@@ -22,7 +22,6 @@
},
"scripts": {
"cleanup": "rm -rf node_modules && rm -rf */node_modules && rm -rf */*/node_modules",
"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",
"registry": "node .registry/server.js",
"bookshop": "cds watch bookshop",
"fiori": "cds watch fiori",