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
commitdc22db6902d59ec881f8ef6acf0b6717a475aa8d (patch)
tree3ef14a8d160aeee513b31ded7a0fef1a59ca5c20 /util/package.json
parentRevert "fix: make API dockerfile use correct setup steps" (diff)
downloadserver-dc22db6902d59ec881f8ef6acf0b6717a475aa8d.tar.xz
Revert "fix: make the CDN build correctly"
This reverts commit 79aae987fd001db4fcd6c5946949ac7840305198.
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",