Skip to content

Commit 2cf87c0

Browse files
committed
chore: 🤖 update typedoc command
1 parent 51a9d6c commit 2cf87c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
"prettier:check": "prettier --ignore-path .gitignore --list-different 'src/**/*.{ts,tsx,js,jsx}'",
4242
"lint": "yarn tslint",
4343
"tslint": "tslint 'src/**/*.{js,jsx,ts,tsx}' -t verbose --project .",
44-
"clean": "npx rimraf@5 lib typedocs coverage gh-pages yarn-error.log",
44+
"clean": "npx rimraf@5.0.5 lib es6 es2019 es2020 esm typedocs coverage gh-pages yarn-error.log",
4545
"build": "tsc --project tsconfig.build.json --module commonjs --target es2020 --outDir lib",
4646
"jest": "node -r ts-node/register ./node_modules/.bin/jest",
4747
"test": "jest --maxWorkers 7",
4848
"test:ci": "yarn jest --maxWorkers 3 --no-cache",
4949
"coverage": "yarn test --collectCoverage",
50-
"typedoc": "typedoc",
50+
"typedoc": "npx typedoc@0.28.5 --tsconfig tsconfig.build.json",
5151
"build:pages": "rimraf gh-pages && mkdir -p gh-pages && cp -r typedocs/* gh-pages && cp -r coverage gh-pages/coverage",
5252
"deploy:pages": "gh-pages -d gh-pages",
5353
"publish-coverage-and-typedocs": "yarn typedoc && yarn coverage && yarn build:pages && yarn deploy:pages"

0 commit comments

Comments
 (0)