Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgarciaesgi committed Dec 8, 2024
1 parent 4b28aec commit e780ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dev:build": "nuxi build playground",
"typecheck": "nuxi typecheck",
"build": "pnpm run dev:prepare && nuxt-module-build build",
"build:sourcemaps": "nuxt-module-build prepare && nuxt-module-build build",
"build:sourcemaps": "pnpm run dev:prepare && nuxt-module-build build",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && nuxi prepare test/fixtures",
"release": "pnpm publish --report-summary",
"lint": "eslint .",
Expand Down

0 comments on commit e780ea2

Please sign in to comment.