We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab0000 commit bab89feCopy full SHA for bab89fe
package.json
@@ -5,7 +5,7 @@
5
"BigRedButton": "scripts/BigRedButton",
6
"build": "scripts/build",
7
"prebuild": "scripts/prebuild",
8
- "install": "prebuild-install || (buildDependencies && npm run build)",
+ "install": "prebuild-install -d https://github.com/NodeOS/nodeos-barebones/releases/download/v{version}/{platform}-{arch}.tar.gz || (buildDependencies && npm run build)",
9
"start": "scripts/start",
10
"test": "scripts/test",
11
"unbuild": "scripts/unbuild"
0 commit comments