aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2022-02-18 10:29:47 -0600
committerMatt Strapp <matt@mattstrapp.net>2022-02-18 10:29:47 -0600
commit830d43ae49d7088fed6a09b651c2fd885cbd70a5 (patch)
treef11204020a3834c7b45ee201ab548c69157dca7c
parentAdd packing support to make it a binary (diff)
downloadee4511w-web-830d43ae49d7088fed6a09b651c2fd885cbd70a5.tar
ee4511w-web-830d43ae49d7088fed6a09b651c2fd885cbd70a5.tar.gz
ee4511w-web-830d43ae49d7088fed6a09b651c2fd885cbd70a5.tar.bz2
ee4511w-web-830d43ae49d7088fed6a09b651c2fd885cbd70a5.tar.lz
ee4511w-web-830d43ae49d7088fed6a09b651c2fd885cbd70a5.tar.xz
ee4511w-web-830d43ae49d7088fed6a09b651c2fd885cbd70a5.tar.zst
ee4511w-web-830d43ae49d7088fed6a09b651c2fd885cbd70a5.zip
Make output package file consistent
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5d38d3d..cc47a13 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
"dev": "nodemon --watch ./src -e ts,ejs,css,js --exec yarn dev:start",
"dev:start": "npm-run-all build start",
"lint": "eslint --ext .ts,.js ./src --fix",
- "pack": "pkg . -t node16-linux",
+ "pack": "pkg . -t node16-linux -o pend-server",
"start": "node dist/index.js",
"tsc": "tsc --project ./tsconfig.json"
},