Skip to content

Commit c307faa

Browse files
committed
chore: add script to test nuxt-cli
1 parent 3ff4670 commit c307faa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"lint": "eslint .",
1414
"lint:fix": "eslint --fix .",
1515
"nuxi": "node ./packages/nuxi/bin/nuxi.mjs",
16+
"nuxt": "node ./packages/nuxt-cli/bin/nuxi.mjs",
1617
"nuxi-bun": "bun --bun ./packages/nuxi/bin/nuxi.mjs",
1718
"prepack": "pnpm -r build",
1819
"test:types": "tsc --noEmit",

0 commit comments

Comments
 (0)