Skip to content

Commit

Permalink
build(package): don't strip file
Browse files Browse the repository at this point in the history
Signed-off-by: loongtao.zhang <loongtao.zhang@outlook.com>
  • Loading branch information
cathaysia committed Feb 9, 2025
1 parent 3dbd2c8 commit 4e03e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"scripts": {
"install": "node-gyp-build",
"prebuildify": "prebuildify --napi --strip",
"prebuildify": "prebuildify --napi",
"build": "tree-sitter generate",
"test": "pnpm build && tree-sitter test",
"pbuild": "pnpm build && pnpm precommit",
Expand Down

0 comments on commit 4e03e85

Please sign in to comment.