summary refs log tree commit diff
path: root/util/package.json
diff options
context:
space:
mode:
authorHayden Young <hi@hbjy.dev>2021-10-17 11:55:54 +0000
committerGitHub <noreply@github.com>2021-10-17 11:55:54 +0000
commit79aae987fd001db4fcd6c5946949ac7840305198 (patch)
tree569b9bd3ecfc19ca1e30391ea6a171c5f85f6c8d /util/package.json
parentfix: update source paths (diff)
downloadserver-79aae987fd001db4fcd6c5946949ac7840305198.tar.xz
fix: make the CDN build correctly
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 2527c005..0966e019 100644
--- a/util/package.json
+++ b/util/package.json
@@ -7,7 +7,6 @@
 	"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"
 	},
@@ -39,6 +38,7 @@
 	},
 	"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.17",