Skip to content

Commit

Permalink
add node-gyp override
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Jun 27, 2024
1 parent 206ccd6 commit fa2b0c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
"request": "^2.88.2",
"standard-version": "^9.5.0"
},
"overrides": {
"prebuild": {
"node-gyp": "$node-gyp"
}
},
"scripts": {
"install": "prebuild-install --runtime napi || node-gyp rebuild",
"format-cxx": "clang-format -i 'src/**/*'",
Expand Down

0 comments on commit fa2b0c6

Please sign in to comment.