diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-23 16:30:28 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-23 16:30:28 +0200 |
commit | a2a31b9485291e064773fac64ae2bdaf0311fd06 (patch) | |
tree | 7380d18acd96965e7483d6602efea80c141f8e15 /api | |
parent | Merge branch 'master' into unittests (diff) | |
download | server-a2a31b9485291e064773fac64ae2bdaf0311fd06.tar.xz |
:bug: fix install script
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 580cfa2a..cc47a45a 100644 --- a/api/package.json +++ b/api/package.json @@ -5,7 +5,6 @@ "main": "dist/Server.js", "types": "dist/Server.d.ts", "scripts": { - "prepare": "", "test:only": "jest --coverage --verbose --forceExit ./tests", "test": "npm run build && npm run test:only", "test:watch": "jest --watch", |