diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-15 22:36:35 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-15 22:36:35 +0200 |
commit | 04072b60e81be9f3fcc53e6804ed9c2fd1b9d77d (patch) | |
tree | 9d4d35651c52e847b98275efe2eb438c875bfc69 /gateway | |
parent | :bug: fix bundle postinstall (diff) | |
download | server-04072b60e81be9f3fcc53e6804ed9c2fd1b9d77d.tar.xz |
:bug: build bundle
Diffstat (limited to 'gateway')
-rw-r--r-- | gateway/package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gateway/package.json b/gateway/package.json index a5b9e547..e55ebe30 100644 --- a/gateway/package.json +++ b/gateway/package.json @@ -4,7 +4,6 @@ "description": "", "main": "dist/index.js", "scripts": { - "postinstall": "npm run build", "test": "echo \"Error: no test specified\" && exit 1", "start": "npm run build && node dist/start.js", "build": "npx tsc -b .", |