From 4bd7e439b82879abb41e7bfb9221bb48ddb77a75 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Wed, 16 Feb 2022 10:00:22 -0600 Subject: [PATCH] Copy paste oops Signed-off-by: Sam Therapy --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e740c8..cc4ce32 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "clean": "rm -rf dist", "lint": "eslint --ext .ts src", "local": "node ./dist/local.js", - "package": "pkg dist/token.js -t node16-linux-x64,node16-macos-x64,node16-win-x64 -o dist/imagebot-x64 -C Gzip", + "package": "pkg dist/*.js -t node16-linux-x64,node16-macos-x64,node16-win-x64 -o dist/imagebot-x64 -C Gzip", "test": "echo \"No tests yet!\" && exit 0" }, "repository": "https://git.froth.zone/Sam/fediverse-imagebot",