mirror of
https://github.com/brucificus/vb6-antlr4-typescript.git
synced 2025-12-17 04:14:36 +03:00
🐛 Quotes CI/CD Paths for Compatibility
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
"scripts": {
|
||||
"prepare": "husky install",
|
||||
"test": "jest",
|
||||
"build.cpygrammars": "cpy proleap-vb6/src/main/antlr4/io/proleap/vb6/*.g4 ./antlr4ts_out/",
|
||||
"build.antlr4ts": "antlr4ts -visitor ./antlr4ts_out/*.g4",
|
||||
"postbuild.antlr4ts": "rimraf --glob ./antlr4ts_out/*.g4",
|
||||
"build.cpygrammars": "cpy \"./proleap-vb6/src/main/antlr4/io/proleap/vb6/*.g4\" ./antlr4ts_out/",
|
||||
"build.antlr4ts": "antlr4ts -visitor \"./antlr4ts_out/*.g4\"",
|
||||
"postbuild.antlr4ts": "rimraf --glob \"./antlr4ts_out/*.g4\"",
|
||||
"build.tsc": "tsc",
|
||||
"build": "npm run build.cpygrammars && npm run build.antlr4ts && npm run build.tsc",
|
||||
"prepublishOnly": "npm run build && npm run test",
|
||||
|
||||
Reference in New Issue
Block a user