diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-04 17:39:03 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-04 17:39:03 +0200 |
commit | 5849d5de6a18b7f6ead23c753c5f57e463d56a36 (patch) | |
tree | f1e14206aa405d47af3ed7784be13fad3e4a8fa4 /api/package.json | |
parent | :bug: fix release (diff) | |
download | server-5849d5de6a18b7f6ead23c753c5f57e463d56a36.tar.xz |
:bug: fix release
Diffstat (limited to 'api/package.json')
-rw-r--r-- | api/package.json | 3 |
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": { |