From e4f9564cd742791b634a6b5a657b135daca73d11 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Mon, 25 Jul 2022 20:19:58 -0400 Subject: [PATCH] *add barebuild script to build without the prebuild script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 89f2159..b2ab6ca 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,8 @@ "bundle": "node esbuild.config.js", "package": "pkg -c pkg.json node-dist/index.js -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" }, "dependencies": { "@hyperswarm/dht": "^6.0.1",