From a2a31b9485291e064773fac64ae2bdaf0311fd06 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 23 Sep 2021 16:30:28 +0200 Subject: :bug: fix install script --- api/package.json | 1 - 1 file changed, 1 deletion(-) (limited to 'api/package.json') 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", -- cgit 1.4.1