🐛 Quotes CI/CD Paths for Compatibility

This commit is contained in:
Bruce Markham
2023-12-10 19:41:55 -05:00
parent 302f8451c2
commit 908ea8e4bb

View File

@@ -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",