From: Jérôme Benoit Date: Wed, 9 Aug 2023 22:49:01 +0000 (+0200) Subject: fix: fix markdown documentation removal at typedoc generation X-Git-Tag: v2.6.23~27 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6c3ef3422f73f8d983b82c749959abd06b512e6f;p=poolifier.git fix: fix markdown documentation removal at typedoc generation Signed-off-by: Jérôme Benoit --- diff --git a/package.json b/package.json index 3e3d217f..ae059f63 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "lint:fix": "eslint . --cache --fix", "lint:report": "eslint . --cache --format json --output-file reports/eslint.json", "release": "release-it", - "typedoc": "typedoc", + "typedoc": "mkdir ./tmp && cp ./docs/*.md ./tmp && typedoc && cp ./tmp/*.md ./docs && rm -rf ./tmp", "prepublishOnly": "pnpm build:prod" }, "ts-standard": {