Skip to content

Commit

Permalink
try replacing install script
Browse files Browse the repository at this point in the history
  • Loading branch information
llimllib committed May 22, 2024
1 parent c27f4f0 commit 6214eeb
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 @@ -74,7 +74,7 @@
"generateJson": "node generate/scripts/generateJson",
"generateMissingTests": "node generate/scripts/generateMissingTests",
"generateNativeCode": "node generate/scripts/generateNativeCode",
"install": "node lifecycleScripts/preinstall && node lifecycleScripts/install",
"install": "node lifecycleScripts/preinstall && node generate && prebuildify --strip --napi -t 20.11.1",
"installDebug": "BUILD_DEBUG=true npm install",
"lint": "jshint lib test/tests test/utils lifecycleScripts",
"mergecov": "lcov-result-merger 'test/**/*.info' 'test/coverage/merged.lcov' && ./lcov-1.10/bin/genhtml test/coverage/merged.lcov --output-directory test/coverage/report",
Expand Down

0 comments on commit 6214eeb

Please sign in to comment.