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
commita2a31b9485291e064773fac64ae2bdaf0311fd06 (patch)
tree7380d18acd96965e7483d6602efea80c141f8e15 /api
parentMerge branch 'master' into unittests (diff)
downloadserver-a2a31b9485291e064773fac64ae2bdaf0311fd06.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",