🐛 add patch-package postinstall
This commit is contained in:
parent
c6e1511ae4
commit
d8f22c6819
@ -9,7 +9,8 @@
|
|||||||
"test:watch": "jest --watch",
|
"test:watch": "jest --watch",
|
||||||
"start": "npm run build:util && npm run build && node dist/start",
|
"start": "npm run build:util && npm run build && node dist/start",
|
||||||
"build": "tsc -b .",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user