summary refs log tree commit diff
path: root/util/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-18 14:38:34 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-18 14:38:34 +0200
commit70d0d11ffdf64bda113bc94681963748178bf0da (patch)
tree3e036410b9b3a5639ff513e46fec1bc43dc4e27a /util/package.json
parentRevert "fix: make API dockerfile use correct setup steps" (diff)
downloadserver-ts-70d0d11ffdf64bda113bc94681963748178bf0da.tar.xz
Revert "fix: make the CDN build correctly"
This reverts commit 5fea8b21d1c865d4da35a5090356962a709b03e8.
Diffstat (limited to 'util/package.json')
-rw-r--r--util/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/package.json b/util/package.json

index 2f712013..5692913d 100644 --- a/util/package.json +++ b/util/package.json
@@ -7,6 +7,7 @@ "scripts": { "start": "npm run build && node dist/", "test": "npm run build && jest", + "postinstall": "npm run build", "build": "npx tsc -p .", "typeorm": "node --require ts-node/register ./node_modules/typeorm/cli.js" }, @@ -38,7 +39,6 @@ }, "dependencies": { "amqplib": "^0.8.0", - "form-data": "^4.0.0", "jsonwebtoken": "^8.5.1", "lambert-server": "^1.2.12", "missing-native-js-functions": "^1.2.18",