From b963d51eb15b6d28077f678c61e8e7d9749cd174 Mon Sep 17 00:00:00 2001 From: Bruce Markham <219281+brucificus@users.noreply.github.com> Date: Sun, 10 Dec 2023 21:05:14 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Specifies=20Grammar=20File=20Pat?= =?UTF-8?q?h=20Explicitly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ce705ff..74cac7f 100644 --- a/package.json +++ b/package.json @@ -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/VisualBasic6.g4\" ./antlr4ts_out", + "build.antlr4ts": "antlr4ts -visitor \"./antlr4ts_out/VisualBasic6.g4\"", + "postbuild.antlr4ts": "rimraf \"./antlr4ts_out/VisualBasic6.g4\"", "build.tsc": "tsc", "build": "npm run build.cpygrammars && npm run build.antlr4ts && npm run build.tsc", "prepublishOnly": "npm run build && npm run test",