diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-18 14:38:34 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-18 14:38:34 +0200 |
commit | dc22db6902d59ec881f8ef6acf0b6717a475aa8d (patch) | |
tree | 3ef14a8d160aeee513b31ded7a0fef1a59ca5c20 /util/package.json | |
parent | Revert "fix: make API dockerfile use correct setup steps" (diff) | |
download | server-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.json | 2 |
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", |