1 files changed, 1 insertions, 2 deletions
diff --git a/api/package.json b/api/package.json
index 79b548e7..a501fb15 100644
--- a/api/package.json
+++ b/api/package.json
@@ -5,14 +5,13 @@
"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",
"build": "npx tsc -b .",
"build-docker": "tsc -p tsconfig-docker.json",
"dev": "tsnd --respawn src/start.ts",
- "patch": "patch-package",
+ "patch": "npx patch-package",
"postinstall": "npm run patch"
},
"repository": {
|