Skip to content

Commit

Permalink
Merge pull request #287 from matthias-Q/fix_package_json_scripts
Browse files Browse the repository at this point in the history
fix: package json scripts
  • Loading branch information
matthias-Q authored Nov 15, 2024
2 parents f78b270 + f642d6f commit f833028
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
"main": "bindings/node",
"types": "bindings/node",
"scripts": {
"install": "node-gyp-build",
"install": "tree-sitter generate && node-gyp-build",
"prestart": "tree-sitter build --wasm",
"start": "tree-sitter playground",
"test": "node --test bindings/node/*_test.js"
"release": "commit-and-tag-version",
"test": "node --test bindings/node/*_test.js",
"prebuildify": "prebuildify --napi --strip"
},
"author": "derek stride",
"license": "MIT",
Expand Down

0 comments on commit f833028

Please sign in to comment.