We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf99d67 commit 415cbe7Copy full SHA for 415cbe7
1 file changed
package.json
@@ -8,7 +8,8 @@
8
"build": "turbo run build",
9
"lint": "turbo run lint",
10
"test": "turbo run test",
11
- "prepare": "husky install"
+ "prepare": "husky install",
12
+ "docs": "turbo run docs"
13
},
14
"workspaces": [
15
"packages/*",
0 commit comments