Skip to content

Commit

Permalink
chore: change docs commands
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 4, 2024
1 parent cb743a7 commit 7c273ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"packageManager": "[email protected]",
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxi generate",
"preview": "nuxi preview"
"docs:dev": "nuxi dev",
"docs:build": "nuxi build",
"docs:generate": "nuxi generate",
"docs:preview": "nuxi preview"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:play": "pnpm -C playground run lint",
"docs": "pnpm -C docs run dev",
"docs": "pnpm -C docs run docs:dev",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
Expand Down

0 comments on commit 7c273ec

Please sign in to comment.