diff options
Diffstat (limited to 'cdn')
-rw-r--r-- | cdn/package.json | 2 |
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" |