Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 25511fe

Browse files
authoredJun 2, 2025··
chore: prefer nuxt over nuxi (#1221)
1 parent 86569ef commit 25511fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"scripts": {
1515
"build": "pnpm cli build",
1616
"cli": "jiti ./lib/cli",
17-
"website:build": "pnpm build && nuxi build website",
18-
"website:dev": "pnpm build && nuxi dev website",
17+
"website:build": "pnpm build && nuxt build website",
18+
"website:dev": "pnpm build && nuxt dev website",
1919
"lint": "eslint",
2020
"release": "pnpm cli version && npm publish",
2121
"sync": "pnpm cli sync",

0 commit comments

Comments
 (0)
Please sign in to comment.