Skip to content

Commit

Permalink
docs: Check TS in docs using typescript-docs-verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed Dec 2, 2022
1 parent 5a62f4f commit f419815
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npm run --if-present lint
- run: npm run --if-present dep-check
- run: npm run --if-present doc-ts-check

test-node:
needs: check
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"clean": "aegir clean",
"lint": "aegir lint",
"dep-check": "aegir dep-check",
"doc-ts-check": "typescript-docs-verifier",
"prepublishOnly": "node scripts/update-version.js",
"build": "aegir build",
"generate": "run-s generate:proto:*",
Expand Down Expand Up @@ -160,6 +161,7 @@
"sanitize-filename": "^1.6.3",
"set-delayed-interval": "^1.0.0",
"timeout-abort-controller": "^3.0.0",
"typescript-docs-verifier": "^2.4.0",
"uint8arraylist": "^2.3.2",
"uint8arrays": "^4.0.2",
"wherearewe": "^2.0.0",
Expand All @@ -173,8 +175,8 @@
"@libp2p/daemon-server": "^3.0.4",
"@libp2p/floodsub": "^5.0.0",
"@libp2p/interface-compliance-tests": "^3.0.2",
"@libp2p/interface-connection-encrypter-compliance-tests": "^3.0.0",
"@libp2p/interface-connection-compliance-tests": "^2.0.3",
"@libp2p/interface-connection-encrypter-compliance-tests": "^3.0.0",
"@libp2p/interface-mocks": "^8.0.0",
"@libp2p/interop": "^3.0.1",
"@libp2p/kad-dht": "^6.0.0",
Expand Down

0 comments on commit f419815

Please sign in to comment.