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 381aae0 commit 2c4c342Copy full SHA for 2c4c342
2 files changed
package.json
@@ -4,8 +4,8 @@
4
"scripts": {
5
"docker": "docker run",
6
"dockerBuild": "docker build -t rootfs .",
7
- "install": "scripts/build",
8
- "preinstall": "scripts/preinstall",
+ "build": "scripts/build",
+ "install": "scripts/preinstall",
9
"start": "scripts/start",
10
"test": "scripts/test",
11
"unbuild": "scripts/unbuild"
@@ -17,6 +17,7 @@
17
"nodeos-initramfs": "^1.0.0-RC1"
18
},
19
"dependencies": {
20
+ "nodeos-cross-toolchain": "NodeOS/nodeos-cross-toolchain",
21
"download-manager": "^0.0.20",
22
"genfatfs": "nodeos/genfatfs"
23
scripts/preinstall scripts/installscripts/preinstall renamed to scripts/install
0 commit comments