Skip to content

Commit c105353

Browse files
committed
Make use of builddependencies package
1 parent f311bea commit c105353

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"BigRedButton": "scripts/BigRedButton",
88
"build": "scripts/build",
99
"ci": "scripts/ci",
10-
"install": "prebuild-install -d https://github.com/NodeOS/nodejs/releases/download/v{version}/{platform}-{arch}.tar.gz || npm run build",
10+
"install": "prebuild-install -d https://github.com/NodeOS/nodejs/releases/download/v{version}/{platform}-{arch}.tar.gz || (buildDependencies && npm run build)",
1111
"mergeOrRelease": "scripts/mergeOrRelease",
1212
"start": "scripts/start",
1313
"test": "scripts/test",
@@ -25,8 +25,12 @@
2525
},
2626
"homepage": "https://github.com/NodeOS/nodejs#readme",
2727
"dependencies": {
28+
"builddependencies": "0.0.2",
2829
"prebuild-install": "^2.4.1"
2930
},
31+
"buildDependencies": [
32+
"nodeos-cross-toolchain"
33+
],
3034
"devDependencies": {
3135
"buho": "^0.3.4",
3236
"ci-publish": "^1.3.1",

0 commit comments

Comments
 (0)