We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b9998 commit d3a036cCopy full SHA for d3a036c
2 files changed
package.json
@@ -29,10 +29,10 @@
29
"prebuild-install": "1.0.2"
30
},
31
"devDependencies": {
32
- "buho": "0.1.0",
+ "buho": "^0.1.0",
33
"ci-publish": "^1.3.0",
34
"minimist": "^1.2.0",
35
- "prebuild": "^4.3.0",
+ "prebuild": "^4.5.0",
36
"qemu": "^2.6.0",
37
"suppose": "^0.6.1"
38
}
scripts/build
@@ -19,7 +19,7 @@ PATH=$TOOLCHAIN/bin:$PATH
19
# Build cross-compiler (if needed)
20
(
21
cd $TOOLCHAIN
22
- BITS=$BITS CPU=$CPU MACHINE=$MACHINE npm run build || exit $?
+ BITS=$BITS CPU=$CPU MACHINE=$MACHINE npm install --production || exit $?
23
) || exit $?
24
25
0 commit comments