summary refs log tree commit diff
path: root/util
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 23:02:46 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 23:02:46 +0200
commit936f5569b4df371fc70d06839be800506376ab8f (patch)
tree7436537ab47bfce1da6b52b6cc5156dfe8d64374 /util
parent:bug: build bundle (diff)
downloadserver-936f5569b4df371fc70d06839be800506376ab8f.tar.xz
:bug: fix util install
Diffstat (limited to 'util')
-rw-r--r--util/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/package.json b/util/package.json
index bc2d2472..69d33844 100644
--- a/util/package.json
+++ b/util/package.json
@@ -5,6 +5,7 @@
 	"main": "dist/index.js",
 	"types": "dist/index.d.ts",
 	"scripts": {
+		"postinstall": "npm run build",
 		"build": "npx tsc -b ."
 	},
 	"repository": {