summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
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",