🐛 add patch-package postinstall

This commit is contained in:
Flam3rboy 2021-04-23 22:39:31 +02:00
parent c6e1511ae4
commit d8f22c6819

View File

@ -9,7 +9,8 @@
"test:watch": "jest --watch",
"start": "npm run build:util && npm run build && node dist/start",
"build": "tsc -b .",
"build:util": "tsc -b ./node_modules/@fosscord/server-util/"
"build:util": "tsc -b ./node_modules/@fosscord/server-util/",
"postinstall": "patch-package"
},
"repository": {
"type": "git",