Skip to content

Commit fd7b5c0

Browse files
committed
Redo
1 parent b1a256c commit fd7b5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test-int-snapshots": "npm run test-int-snapshots --workspaces --if-present",
1818
"test-int-snapshots-update": "npm run test-int-snapshots-update --workspaces --if-present",
1919
"test-clean-tree": "npm run build && sh scripts/check-for-changes.sh",
20-
"docs": "typedoc",
20+
"docs": "npm ci && typedoc",
2121
"docs-watch": "typedoc --watch",
2222
"tsc": "tsc",
2323
"tsc-watch": "tsc --watch",

0 commit comments

Comments
 (0)