Skip to content

Commit 415cbe7

Browse files
committed
ci: ensure typedocs are built
1 parent bf99d67 commit 415cbe7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"build": "turbo run build",
99
"lint": "turbo run lint",
1010
"test": "turbo run test",
11-
"prepare": "husky install"
11+
"prepare": "husky install",
12+
"docs": "turbo run docs"
1213
},
1314
"workspaces": [
1415
"packages/*",

0 commit comments

Comments
 (0)