From f0bdf0364ece43f33d3f50c98f16cab810ec6d1f Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 21 Sep 2022 07:25:08 -0400 Subject: [PATCH] *Remove --no-bytecode --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1248aa5..449264d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "compile": "tsc", "prebuild": "bash prebuild.sh", "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", "build": "npm run compile && npm run prebuild && npm run bundle && npm run package", "barebuild": "npm run compile && npm run bundle && npm run package"