diff options
author | HampusM <hampus@hampusmat.com> | 2021-08-02 22:52:06 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-08-02 22:52:06 +0200 |
commit | fed6dbb3d89ec007392d6697793dd3cb67a948ec (patch) | |
tree | 397209f728d25fbdafd6c2ed3a386c22003db2f0 /package.json | |
parent | ca109b210924a14343870a887c28300c833bcc45 (diff) |
Added a patch that fixes a deprecation warning with typedoc-plugin-pages
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index b8396a7..21b585c 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "author": "HampusMat", "private": true, "scripts": { + "postinstall": "patch-package", "clean": "rm -rf node_modules packages/*/node_modules packages/client/dist", "dev": "concurrently -k --kill-others-on-fail \"yarn workspace client serve\" \"yarn workspace server dev\"", "doc": "yarn typedoc", @@ -24,6 +25,7 @@ "eslint": "^7.31.0", "fs-extra": "^10.0.0", "jest": "^27.0.6", + "patch-package": "^6.4.7", "ts-jest": "^27.0.3", "typedoc": "^0.21.5", "typedoc-plugin-pages": "^1.1.0", |