Skip to content

Commit

Permalink
Move verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
LandryNorris committed Jul 7, 2023
1 parent a039dc0 commit b1b8e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rhsplib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@rev-robotics/rev-hub-core": "1.0.0",
"node-addon-api": "^6.0.0",
"node-gyp-build": "^4.6.0"
"node-gyp-build": "REVrobotics/node-gyp-build#5e1889ece234519ca562488e9470db64b9ed4624"
},
"devDependencies": {
"@types/node": "^16.18.18",
Expand All @@ -24,7 +24,7 @@
},
"scripts": {
"build": "tsc",
"install": "node-gyp-build \"node scripts/build-RHSPlib.mjs\" --verbose",
"install": "node-gyp-build --verbose \"node scripts/build-RHSPlib.mjs\"",
"makePrebuildsOnLinux": "node scripts/cross-build.mjs",
"prepublishOnly": "prebuildify --napi && tsc",
"cross-build": "node-gyp-build \"node scripts/cross-build-RHSPlib.mjs\""
Expand Down

0 comments on commit b1b8e48

Please sign in to comment.