We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a256c commit fd7b5c0Copy full SHA for fd7b5c0
package.json
@@ -17,7 +17,7 @@
17
"test-int-snapshots": "npm run test-int-snapshots --workspaces --if-present",
18
"test-int-snapshots-update": "npm run test-int-snapshots-update --workspaces --if-present",
19
"test-clean-tree": "npm run build && sh scripts/check-for-changes.sh",
20
- "docs": "typedoc",
+ "docs": "npm ci && typedoc",
21
"docs-watch": "typedoc --watch",
22
"tsc": "tsc",
23
"tsc-watch": "tsc --watch",
0 commit comments