Skip to content

Commit 9b69d64

Browse files
committed
Rename documentation generation script for clarity
1 parent 958622d commit 9b69d64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"packageManager": "npm@11.12.1",
1010
"scripts": {
1111
"build": "npm run build --workspaces --if-present",
12-
"docs:generate": "npm run docs:generate --workspaces --if-present",
12+
"generate:docs": "npm run generate:docs --workspaces --if-present",
1313
"start": "turbo run start",
1414
"test": "vitest run",
1515
"test:watch": "vitest",

0 commit comments

Comments
 (0)