Skip to content

Commit

Permalink
fix: build when publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed Sep 2, 2024
1 parent e3aaefa commit da8d1ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"*.wasm"
],
"scripts": {
"prepublishOnly": "npm run build",
"build-wasm": "node scripts/build-tree-sitter-parsers.js",
"build": "rm -rf ./lib && tsc",
"watch": "rm -rf ./lib && tsc -w",
Expand Down

0 comments on commit da8d1ea

Please sign in to comment.