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 958622d commit 9b69d64Copy full SHA for 9b69d64
1 file changed
package.json
@@ -9,7 +9,7 @@
9
"packageManager": "npm@11.12.1",
10
"scripts": {
11
"build": "npm run build --workspaces --if-present",
12
- "docs:generate": "npm run docs:generate --workspaces --if-present",
+ "generate:docs": "npm run generate:docs --workspaces --if-present",
13
"start": "turbo run start",
14
"test": "vitest run",
15
"test:watch": "vitest",
0 commit comments