Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Sep 3, 2024
1 parent 28eada5 commit b7ae8e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .evergreen/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,6 @@ fi
echo "npm location: $(which npm)"
echo "npm version: $(npm -v)"

npm install "${NPM_OPTIONS}"
npm install "${NPM_OPTIONS}" --ignore-scripts
npm run clean-build
ldd build/*/kerberos.node || true
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"precommit": "check-clang-format",
"docs": "jsdoc2md --template etc/README.hbs --plugin dmd-clear --files lib/kerberos.js > README.md",
"test": "mocha test",
"prebuild": "prebuild --runtime napi --strip --verbose --all"
"prebuild": "prebuild --runtime napi --strip --verbose --all",
"clean-build": "node-gyp clean && node-gyp configure && node-gyp build"
},
"engines": {
"node": ">=12.9.0"
Expand Down

0 comments on commit b7ae8e4

Please sign in to comment.