summary refs log tree commit diff
path: root/cdn
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-13 19:20:03 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-13 19:20:03 +0200
commitf6e265664a67b258d9e1f01874290d11aef983a0 (patch)
tree337c6fe6013e22f006825089ac34dae8ef9d6199 /cdn
parent:pencil: updated links to fosscord-server (diff)
downloadserver-f6e265664a67b258d9e1f01874290d11aef983a0.tar.xz
:bug: fix types + packages
Diffstat (limited to 'cdn')
-rw-r--r--cdn/package.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/cdn/package.json b/cdn/package.json
index 21976809..0a34f85f 100644
--- a/cdn/package.json
+++ b/cdn/package.json
@@ -5,8 +5,6 @@
 	"main": "dist/index.js",
 	"types": "dist/index.d.ts",
 	"scripts": {
-		"link": "npm run build && npm link",
-		"postinstall": "npm run --prefix ../util/ link && npm link @fosscord/util && npm run link",
 		"test": "echo \"Error: no test specified\" && exit 1",
 		"build": "tsc -b .",
 		"start": "npm run build && node dist/start.js"