From 04355a6661426eaca36200c123c242a64f3540cc Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sun, 15 Aug 2021 22:32:57 +0200 Subject: :bug: fix bundle postinstall --- api/package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'api') diff --git a/api/package.json b/api/package.json index 7b2de011..723b47d0 100644 --- a/api/package.json +++ b/api/package.json @@ -5,6 +5,7 @@ "main": "dist/Server.js", "types": "dist/Server.d.ts", "scripts": { + "postinstall": "npm run build", "test": "jest", "test:watch": "jest --watch", "start": "npm run build && node dist/start", -- cgit 1.4.1