summary refs log tree commit diff
path: root/api
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-23 16:30:28 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-23 16:30:28 +0200
commit390493b8d47e21ebf07cfff018b10ab2f10bdb52 (patch)
tree79599200b024788ce105daceae41702b5c8b2c2c /api
parentMerge branch 'master' into unittests (diff)
downloadserver-390493b8d47e21ebf07cfff018b10ab2f10bdb52.tar.xz
:bug: fix install script
Diffstat (limited to 'api')
-rw-r--r--api/package.json1
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",