Skip to content

Commit b749191

Browse files
committed
Pin in package.json instead of CI
1 parent 8c34c7b commit b749191

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ jobs:
1515
- run: npm run lint
1616
- name: Test documentation
1717
run: |
18-
npm install [email protected]
1918
npx typedoc src/index.ts --excludePrivate --treatValidationWarningsAsErrors

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"sass": "^1.49.9",
6767
"sass-loader": "^12.6.0",
6868
"ts-loader": "^9.2.8",
69+
"typedoc": "0.25.0",
6970
"typescript": "^4.6.3",
7071
"webpack": "^5.70.0",
7172
"webpack-cli": "^4.10.0"

0 commit comments

Comments
 (0)