Skip to content

Commit

Permalink
meta: add prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbz64 committed Dec 4, 2023
1 parent e0e4244 commit bb0da11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"build:wasm": "tree-sitter generate && tree-sitter build-wasm",
"parse": "tree-sitter generate && tree-sitter parse",
"test": "tree-sitter generate && tree-sitter test",
"dev": "nodemon --ignore ./src --exec 'tree-sitter generate && tree-sitter parse example'"
"dev": "nodemon --ignore ./src --exec 'tree-sitter generate && tree-sitter parse example'",
"prepublishOnly": "npm run build && npm run build:wasm"
},
"author": "",
"license": "MIT",
Expand Down

0 comments on commit bb0da11

Please sign in to comment.