We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9125e8b commit 4603549Copy full SHA for 4603549
package.json
@@ -27,6 +27,7 @@
27
"prepublishOnly": "npm run build",
28
"antlr4": "node ./scripts/antlr4.js",
29
"build": "rm -rf dist && tsc",
30
+ "watch": "tsc -w",
31
"check-types": "tsc -p ./tsconfig.json && tsc -p ./test/tsconfig.json",
32
"test": "NODE_OPTIONS=--max_old_space_size=4096 && jest",
33
"release": "node ./scripts/release.js",
0 commit comments