Skip to content

Commit

Permalink
chore update release script order
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 16, 2024
1 parent 0078d0b commit bfe72d3
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
@@ -36,7 +36,7 @@
"test:unit": "vitest test/unit --run",
"prepack": "unbuild",
"dev:prepare": "nuxi prepare && unbuild --stub && pnpm -r dev:prepare",
"release": "pnpm test:examples && pnpm prepack && changelogen --release --push"
"release": "pnpm prepack && pnpm test:examples && changelogen --release --push"
},
"dependencies": {
"@nuxt/kit": "^3.10.3",

0 comments on commit bfe72d3

Please sign in to comment.