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 aa101bf commit 9f668acCopy full SHA for 9f668ac
package.json
@@ -19,11 +19,12 @@
19
],
20
"scripts": {
21
"prepare": "husky install",
22
+ "prepublishOnly": "npm run build",
23
"antlr4": "node ./scripts/antlr4.js",
24
"build": "rm -rf dist && tsc",
25
"check-types": "tsc -p ./tsconfig.check.json",
26
"test": "NODE_OPTIONS=--max_old_space_size=4096 && jest",
- "release": "npm run build && node ./scripts/release.js",
27
+ "release": "node ./scripts/release.js",
28
"lint": "prettier --check '**/*.ts' --config ./.prettierrc",
29
"lint-fix": "prettier --write '**/*.ts' --config ./.prettierrc"
30
},
0 commit comments