*Update scripts
This commit is contained in:
parent
74893a53fb
commit
d1d5910a59
|
@ -10,9 +10,11 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"compile": "tsc",
|
"compile": "tsc",
|
||||||
|
"prebuild": "bash prebuild.sh",
|
||||||
"bundle": "node esbuild.config.js",
|
"bundle": "node esbuild.config.js",
|
||||||
"package": "bash prebuild.sh && pkg -c pkg.json node-dist/index.js -t linux",
|
"package": "pkg -c pkg.json node-dist/index.js -t linux --no-bytecode --public",
|
||||||
"build": "npm run compile && npm run bundle && npm run package"
|
"package-debug": "pkg -c pkg.json node-dist/index.js -b -t linux --no-bytecode --public",
|
||||||
|
"build": "npm run compile && npm run prebuild && npm run bundle && npm run package"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@hyperswarm/dht": "^6.0.1",
|
"@hyperswarm/dht": "^6.0.1",
|
||||||
|
|
Loading…
Reference in New Issue