summary refs log tree commit diff
path: root/api/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-04 11:32:11 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-04 11:32:11 +0200
commitbb76b07f6d51f18c876d94a843f3ceb76841f51d (patch)
tree1aa39a268e54c1b4a20d0dd7b25cc98ac5077def /api/package.json
parentMerge branch 'master' of https://github.com/fosscord/fosscord-api (diff)
downloadserver-bb76b07f6d51f18c876d94a843f3ceb76841f51d.tar.xz
:bug: fix patch-package
Diffstat (limited to 'api/package.json')
-rw-r--r--api/package.json1
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",