diff --git a/package.json b/package.json index 394c95b7..d2523813 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dev": "nuxi dev playground", "dev:build": "nuxi build playground", "docs": "nuxi dev docs", - "docs:build": "nuxi build docs", + "docs:build": "nuxi generate docs", "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags", "lint": "eslint .", "test": "vitest run", @@ -67,4 +67,4 @@ "vitest": "^1.3.1", "vue-tsc": "^1.8.27" } -} \ No newline at end of file +}