summary refs log tree commit diff
path: root/api
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
commit68b3bbe579f543adadc899d33bc5cdbcaea6b062 (patch)
treec6c1629ce0f60eeea95faee99ad04cf135a1e28d /api
parentMerge branch 'master' of https://github.com/fosscord/fosscord-api (diff)
downloadserver-68b3bbe579f543adadc899d33bc5cdbcaea6b062.tar.xz
:bug: fix patch-package
Diffstat (limited to 'api')
-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",