Skip to content

Commit

Permalink
Merge pull request #205 from styfle/patch-1
Browse files Browse the repository at this point in the history
fix: remove npm from install script
  • Loading branch information
uhop committed Feb 23, 2024
2 parents 60ff1e1 + cbfb7f1 commit b8c0225
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 @@ -28,7 +28,7 @@
"test": "node tests/tests.js",
"ts-test": "tsc",
"save-to-github": "save-to-github-cache --artifact build/Release/re2.node",
"install": "install-from-cache --artifact build/Release/re2.node --host-var RE2_DOWNLOAD_MIRROR --skip-path-var RE2_DOWNLOAD_SKIP_PATH --skip-ver-var RE2_DOWNLOAD_SKIP_VER || npm run rebuild",
"install": "install-from-cache --artifact build/Release/re2.node --host-var RE2_DOWNLOAD_MIRROR --skip-path-var RE2_DOWNLOAD_SKIP_PATH --skip-ver-var RE2_DOWNLOAD_SKIP_VER || node-gyp rebuild",
"verify-build": "node scripts/verify-build.js",
"rebuild": "node-gyp rebuild"
},
Expand Down

0 comments on commit b8c0225

Please sign in to comment.