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 7336683 commit 3c02306Copy full SHA for 3c02306
package.json
@@ -28,9 +28,10 @@
28
},
29
"scripts": {
30
"BigRedButton": "scripts/BigRedButton",
31
- "build": "scripts/preinstall && scripts/build",
32
- "install": "prebuild-install --download https://github.com/NodeOS/nodeos-cross-toolchain/releases/download/v{version}/{platform}-{arch}.tar.gz || npm run build",
+ "build": "scripts/build",
+ "install": "prebuild-install -d https://github.com/NodeOS/nodeos-cross-toolchain/releases/download/v{version}/{platform}-{arch}.tar.gz || npm run build",
33
"postinstall": "scripts/postinstall",
34
+ "prebuild": "scripts/prebuild",
35
"prepublish": "scripts/prepublish",
36
"test": "scripts/test",
37
"unbuild": "scripts/unbuild"
scripts/preinstall renamed to scripts/prebuild
0 commit comments