From bd76fc2815e170d7c5897c47e1d3def36e41a442 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 21 Sep 2022 11:19:15 -0400 Subject: [PATCH] *We no longer need to bundle the code --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a7e6d68..acabbe5 100644 --- a/package.json +++ b/package.json @@ -12,11 +12,10 @@ "scripts": { "compile": "tsc", "prebuild": "bash prebuild.sh", - "bundle": "node build.js", "package": "pkg -c pkg.json build/index.js -t linux --public", "package-debug": "pkg -c pkg.json build/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" + "build": "npm run compile && npm run prebuild && npm run package", + "barebuild": "npm run compile && npm run package" }, "dependencies": { "@hyperswarm/dht": "^6.0.1",