Skip to content

Commit

Permalink
remove verbose workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
LandryNorris committed Jul 7, 2023
1 parent b2482d9 commit f8d0435
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": "REVrobotics/node-gyp-build#b5ffc2e7574146e096925866e3711f552d50cce4"
"node-gyp-build": "^4.6.0"
},
"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 \"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 f8d0435

Please sign in to comment.