Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
mic1on committed Dec 4, 2024
1 parent 4d04466 commit 53de16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"dev": "vitepress --port 3333",
"build": "nr prefetch && vitepress build",
"build": "pnpm run prefetch && vitepress build",
"build-no-prefetch": "vitepress build",
"serve": "vitepress serve",
"preview-https": "pnpm run build && serve .vitepress/dist",
Expand Down

0 comments on commit 53de16e

Please sign in to comment.