Skip to content

Commit e9c122f

Browse files
committed
Add full build script to regenerate and build everything
1 parent 806fe03 commit e9c122f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
"scripts": {
146146
"vscode:prepublish": "npm run package",
147147
"build": "npm run check-types && node esbuild.js",
148+
"fullBuild": "npm run textMate && npm run antlr",
148149
"build-test": "node esbuild.js --test",
149150
"check-types": "tsc --noEmit",
150151
"watch": "npm-run-all -p watch:*",

0 commit comments

Comments
 (0)