*Remove --no-bytecode

This commit is contained in:
Derrick Hammer 2022-09-21 07:25:08 -04:00
parent 74b88393a6
commit f0bdf0364e
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"compile": "tsc", "compile": "tsc",
"prebuild": "bash prebuild.sh", "prebuild": "bash prebuild.sh",
"bundle": "node build.js", "bundle": "node build.js",
"package": "pkg -c pkg.json node-dist/index.js -t linux --no-bytecode --public", "package": "pkg -c pkg.json node-dist/index.js -t linux --public",
"package-debug": "pkg -c pkg.json node-dist/index.js -b -t linux --no-bytecode --public", "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", "build": "npm run compile && npm run prebuild && npm run bundle && npm run package",
"barebuild": "npm run compile && npm run bundle && npm run package" "barebuild": "npm run compile && npm run bundle && npm run package"