Skip to content

Commit bab89fe

Browse files
committed
Use custom URL for prebuild images
1 parent 6ab0000 commit bab89fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"BigRedButton": "scripts/BigRedButton",
66
"build": "scripts/build",
77
"prebuild": "scripts/prebuild",
8-
"install": "prebuild-install || (buildDependencies && npm run build)",
8+
"install": "prebuild-install -d https://github.com/NodeOS/nodeos-barebones/releases/download/v{version}/{platform}-{arch}.tar.gz || (buildDependencies && npm run build)",
99
"start": "scripts/start",
1010
"test": "scripts/test",
1111
"unbuild": "scripts/unbuild"

0 commit comments

Comments
 (0)