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 | a76d1f90a8e4006d2dd842d8028da377e6d0b3ea (patch) | |
tree | 54be33e0a2877e21c2eabcfb110df153fd3c4d67 /api | |
parent | :bug: fix bundle postinstall (diff) | |
download | server-a76d1f90a8e4006d2dd842d8028da377e6d0b3ea.tar.xz |
:bug: build bundle
Diffstat (limited to 'api')
-rw-r--r-- | api/package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/api/package.json b/api/package.json index 723b47d0..7b2de011 100644 --- a/api/package.json +++ b/api/package.json @@ -5,7 +5,6 @@ "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", |