summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-07-10 19:01:53 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-07-10 19:01:53 +0200
commitc22fe86c46299f13f44180ce2b652f57d5a4e794 (patch)
treeaba0fdd452ffb488cdaf4abe2cfc87ee10fe6e94 /package.json
parent:wheelchair: use fs sync for backwards compatibility (diff)
downloadserver-ts-c22fe86c46299f13f44180ce2b652f57d5a4e794.tar.xz
:sparkles: bundle exectuable
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json

index b40459b1..84a71836 100644 --- a/package.json +++ b/package.json
@@ -11,7 +11,7 @@ "start": "npm run build && node dist/start", "build": "tsc -b .", "dev": "tsnd --respawn src/start.ts", - "bundle": "npm run build && pkg package.json" + "bundle": "npm run build && pkg --no-bytecode --public-packages=* package.json" }, "pkg": { "scripts": [ @@ -19,7 +19,8 @@ ], "assets": [ "locales", - "assets" + "assets", + "client_test" ], "targets": [ "latest-linux-x64", @@ -67,7 +68,7 @@ "i18next-node-fs-backend": "^2.1.3", "image-size": "^1.0.0", "jsonwebtoken": "^8.5.1", - "lambert-server": "^1.2.5", + "lambert-server": "^1.2.7", "missing-native-js-functions": "^1.2.6", "mongoose": "^5.12.3", "mongoose-autopopulate": "^0.12.3",