diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-15 23:02:46 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-15 23:02:46 +0200 |
commit | 936f5569b4df371fc70d06839be800506376ab8f (patch) | |
tree | 7436537ab47bfce1da6b52b6cc5156dfe8d64374 /util/package.json | |
parent | :bug: build bundle (diff) | |
download | server-936f5569b4df371fc70d06839be800506376ab8f.tar.xz |
:bug: fix util install
Diffstat (limited to '')
-rw-r--r-- | util/package.json | 1 |
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": { |