From 77360a0f92d0ce32b3d16c5c390aa124a9499e59 Mon Sep 17 00:00:00 2001 From: Djkato Date: Sat, 7 May 2022 20:45:28 +0200 Subject: [PATCH] attempts at fixing the build process --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0fbeacc..cc30462 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "scripts": { "start": "node bin/index.js", - "build": "pkg . --output dist/8mb", + "build": "pkg package.json --output dist/8mb", "test": "node fieldTest.cjs" }, "keywords": [ @@ -27,7 +27,8 @@ "terminal-kit": "^2.4.0" }, "pkg": { - "scripts": "bin/index.js", + "scripts": "node_modules/terminal-kit/lib/**/*.js", + "assets": "node_modules/terminal-kit/lib/**/*.json", "targets": [ "latest-win-x64", "latest-macos-x64",