summary refs log tree commit diff
path: root/cdn
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 22:36:35 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 22:36:35 +0200
commita76d1f90a8e4006d2dd842d8028da377e6d0b3ea (patch)
tree54be33e0a2877e21c2eabcfb110df153fd3c4d67 /cdn
parent:bug: fix bundle postinstall (diff)
downloadserver-a76d1f90a8e4006d2dd842d8028da377e6d0b3ea.tar.xz
:bug: build bundle
Diffstat (limited to 'cdn')
-rw-r--r--cdn/package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/cdn/package.json b/cdn/package.json
index 190a80a3..083fbf5b 100644
--- a/cdn/package.json
+++ b/cdn/package.json
@@ -5,7 +5,6 @@
 	"main": "dist/index.js",
 	"types": "dist/index.d.ts",
 	"scripts": {
-		"postinstall": "npm run build",
 		"test": "echo \"Error: no test specified\" && exit 1",
 		"build": "npx tsc -b .",
 		"start": "npm run build && node dist/start.js"