Skip to content

Commit d3a036c

Browse files
committed
Updated dependencies & don't build dependencies if there's prebuild images
1 parent 40b9998 commit d3a036c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"prebuild-install": "1.0.2"
3030
},
3131
"devDependencies": {
32-
"buho": "0.1.0",
32+
"buho": "^0.1.0",
3333
"ci-publish": "^1.3.0",
3434
"minimist": "^1.2.0",
35-
"prebuild": "^4.3.0",
35+
"prebuild": "^4.5.0",
3636
"qemu": "^2.6.0",
3737
"suppose": "^0.6.1"
3838
}

scripts/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PATH=$TOOLCHAIN/bin:$PATH
1919
# Build cross-compiler (if needed)
2020
(
2121
cd $TOOLCHAIN
22-
BITS=$BITS CPU=$CPU MACHINE=$MACHINE npm run build || exit $?
22+
BITS=$BITS CPU=$CPU MACHINE=$MACHINE npm install --production || exit $?
2323
) || exit $?
2424

2525

0 commit comments

Comments
 (0)