Skip to content

Commit 3c02306

Browse files
committed
Clean-up of scripts
1 parent 7336683 commit 3c02306

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@
2828
},
2929
"scripts": {
3030
"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",
31+
"build": "scripts/build",
32+
"install": "prebuild-install -d https://github.com/NodeOS/nodeos-cross-toolchain/releases/download/v{version}/{platform}-{arch}.tar.gz || npm run build",
3333
"postinstall": "scripts/postinstall",
34+
"prebuild": "scripts/prebuild",
3435
"prepublish": "scripts/prepublish",
3536
"test": "scripts/test",
3637
"unbuild": "scripts/unbuild"
File renamed without changes.

0 commit comments

Comments
 (0)