Skip to content

Commit

Permalink
chore: build pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jan 6, 2024
1 parent d4a2a57 commit 424d304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"build": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build",
"dev": "nuxi dev .playground",
"lint": "eslint . --fix",
"release": "bumpp && pnpm -r publish --access public",
"release": "pnpm build bumpp && pnpm -r publish --access public",
"test": "nuxi prepare .playground && vitest",
"typecheck": "tsc --noEmit --strict"
},
Expand Down

0 comments on commit 424d304

Please sign in to comment.