summary refs log tree commit diff
path: root/gateway/package.json
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
commiteaa65db361f2b119ecd73609675dc1e37088be02 (patch)
tree24af0ace5b393b9700a298cf13382b9625c577fe /gateway/package.json
parent:pencil: updated links to fosscord-server (diff)
downloadserver-eaa65db361f2b119ecd73609675dc1e37088be02.tar.xz
:bug: fix types + packages
Diffstat (limited to 'gateway/package.json')
-rw-r--r--gateway/package.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/gateway/package.json b/gateway/package.json
index e6c45427..7c9f5678 100644
--- a/gateway/package.json
+++ b/gateway/package.json
@@ -4,8 +4,6 @@
 	"description": "",
 	"main": "dist/index.js",
 	"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",
 		"start": "npm run build && node dist/start.js",
 		"build": "tsc -b .",