Skip to content

Commit

Permalink
chore: don't run publish step separately
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 16, 2024
1 parent 1f664fc commit 0078d0b
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 @@ -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 && pnpm publish"
"release": "pnpm test:examples && pnpm prepack && changelogen --release --push"
},
"dependencies": {
"@nuxt/kit": "^3.10.3",
Expand Down

0 comments on commit 0078d0b

Please sign in to comment.