diff options
Diffstat (limited to 'api/package.json')
-rw-r--r-- | api/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/package.json b/api/package.json index 497065cb..79b548e7 100644 --- a/api/package.json +++ b/api/package.json @@ -5,6 +5,7 @@ "main": "dist/Server.js", "types": "dist/Server.d.ts", "scripts": { + "preinstall": "npm i -g patch-package", "test": "npm run build && jest --coverage --verbose --forceExit ./tests", "test:watch": "jest --watch", "start": "npm run build && node dist/start", |