Skip to content

Commit 4603549

Browse files
committed
chore: add watch script
1 parent 9125e8b commit 4603549

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
@@ -27,6 +27,7 @@
2727
"prepublishOnly": "npm run build",
2828
"antlr4": "node ./scripts/antlr4.js",
2929
"build": "rm -rf dist && tsc",
30+
"watch": "tsc -w",
3031
"check-types": "tsc -p ./tsconfig.json && tsc -p ./test/tsconfig.json",
3132
"test": "NODE_OPTIONS=--max_old_space_size=4096 && jest",
3233
"release": "node ./scripts/release.js",

0 commit comments

Comments
 (0)