summary refs log tree commit diff
path: root/cdn/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
commit5fea8b21d1c865d4da35a5090356962a709b03e8 (patch)
tree46b1c3f24bc322775a9b0f7aae650af985a73424 /cdn/package.json
parentfix: update source paths (diff)
downloadserver-5fea8b21d1c865d4da35a5090356962a709b03e8.tar.xz
fix: make the CDN build correctly
Diffstat (limited to 'cdn/package.json')
-rw-r--r--cdn/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/cdn/package.json b/cdn/package.json
index 0d4d4619..fec43785 100644
--- a/cdn/package.json
+++ b/cdn/package.json
@@ -5,10 +5,9 @@
 	"main": "dist/index.js",
 	"types": "src/index.ts",
 	"scripts": {
-		"postinstall": "ts-patch install -s",
 		"test": "npm run build && jest --coverage ./tests",
 		"build": "npx tsc -p .",
-		"start": "npm run build && node dist/start.js"
+		"start": "node dist/start.js"
 	},
 	"repository": {
 		"type": "git",
@@ -46,11 +45,12 @@
 		"express": "^4.17.1",
 		"express-async-errors": "^3.1.1",
 		"file-type": "^16.5.0",
+		"form-data": "^4.0.0",
 		"fs-extra": "^10.0.0",
 		"image-size": "^1.0.0",
 		"jest": "^27.0.6",
 		"lambert-db": "^1.2.3",
-		"lambert-server": "^1.2.11",
+		"lambert-server": "^1.2.12",
 		"missing-native-js-functions": "^1.2.17",
 		"multer": "^1.4.2",
 		"nanocolors": "^0.2.12",