Adding fix-antlr script

This commit is contained in:
Daniel
2021-03-08 19:19:29 +01:00
parent b44701ef62
commit 3e52a9a102

View File

@@ -21,6 +21,7 @@
"sqlite3": "5.0.0" "sqlite3": "5.0.0"
}, },
"scripts": { "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",
"registry": "node .registry/server.js", "registry": "node .registry/server.js",
"bookshop": "cds watch bookshop", "bookshop": "cds watch bookshop",
"fiori": "cds watch fiori", "fiori": "cds watch fiori",