Skip to content

Commit

Permalink
chore(docs): update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Feb 21, 2024
1 parent d7492b9 commit 1c23a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -67,4 +67,4 @@
"vitest": "^1.3.1",
"vue-tsc": "^1.8.27"
}
}
}

0 comments on commit 1c23a02

Please sign in to comment.