Skip to content

Commit

Permalink
add node-gyp-build
Browse files Browse the repository at this point in the history
  • Loading branch information
llimllib committed May 23, 2024
1 parent 9bb9aa0 commit 4f52e60
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
16 changes: 16 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"json5": "^2.1.0",
"lodash": "^4.17.14",
"node-gyp": "^10.0.1",
"node-gyp-build": "^4.8.1",
"ramda": "^0.25.0",
"tar-fs": "^2.1.1"
},
Expand Down Expand Up @@ -74,7 +75,8 @@
"generateJson": "node generate/scripts/generateJson",
"generateMissingTests": "node generate/scripts/generateMissingTests",
"generateNativeCode": "node generate/scripts/generateNativeCode",
"install": "node lifecycleScripts/preinstall && prebuildify --strip --napi -t 20.11.1",
"preinstall": "node lifecycleScripts/preinstall",
"install": "node-gyp-build",
"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 4f52e60

Please sign in to comment.