diff options
author | Matt Strapp <matt@mattstrapp.net> | 2022-02-18 10:29:47 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2022-02-18 10:29:47 -0600 |
commit | 830d43ae49d7088fed6a09b651c2fd885cbd70a5 (patch) | |
tree | f11204020a3834c7b45ee201ab548c69157dca7c | |
parent | Add packing support to make it a binary (diff) | |
download | ee4511w-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>
Diffstat (limited to '')
-rw-r--r-- | package.json | 2 |
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" }, |