Skip to content

Commit 1c23a02

Browse files
committed
chore(docs): update build command
1 parent d7492b9 commit 1c23a02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dev": "nuxi dev playground",
2828
"dev:build": "nuxi build playground",
2929
"docs": "nuxi dev docs",
30-
"docs:build": "nuxi build docs",
30+
"docs:build": "nuxi generate docs",
3131
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
3232
"lint": "eslint .",
3333
"test": "vitest run",
@@ -67,4 +67,4 @@
6767
"vitest": "^1.3.1",
6868
"vue-tsc": "^1.8.27"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)