File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments