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 cb743a7 commit 7c273ecCopy full SHA for 7c273ec
docs/package.json
@@ -3,9 +3,9 @@
3
"packageManager": "[email protected]",
4
"private": true,
5
"scripts": {
6
- "dev": "nuxi dev",
7
- "build": "nuxi build",
8
- "generate": "nuxi generate",
9
- "preview": "nuxi preview"
+ "docs:dev": "nuxi dev",
+ "docs:build": "nuxi build",
+ "docs:generate": "nuxi generate",
+ "docs:preview": "nuxi preview"
10
}
11
package.json
@@ -13,7 +13,7 @@
13
"lint": "eslint .",
14
"lint:fix": "eslint . --fix",
15
"lint:play": "pnpm -C playground run lint",
16
- "docs": "pnpm -C docs run dev",
+ "docs": "pnpm -C docs run docs:dev",
17
"typecheck": "tsc --noEmit"
18
},
19
"devDependencies": {
0 commit comments