mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-05 19:09:29 +00:00
🐛 fix body parse treating null not as undefined (except for icons/avatars)
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@
|
||||
"main": "dist/Server.js",
|
||||
"types": "dist/Server.d.ts",
|
||||
"scripts": {
|
||||
"test": "npm run build && jest --coverage --verbose --forceExit ./tests",
|
||||
"test:only": "node -r ./scripts/tsconfig-paths-bootstrap.js node_modules/.bin/jest --coverage --verbose --forceExit ./tests",
|
||||
"test": "npm run build && npm run test:only",
|
||||
"test:watch": "jest --watch",
|
||||
"start": "npm run build && node -r ./scripts/tsconfig-paths-bootstrap.js dist/start",
|
||||
"build": "npx tsc -b .",
|
||||
|
||||
Reference in New Issue
Block a user