Skip to content

Commit

Permalink
chore: fix version script
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jun 9, 2024
1 parent 0ecab95 commit c9f361e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"scripts": {
"prerelease": "cd packages/eslint-plugin-svelte && pnpm clean && pnpm run build && cd ../..",
"release": "changeset publish",
"version": "env-cmd -e version cd packages/eslint-plugin-svelte && pnpm run update && cd ../..",
"version:ci": "env-cmd -e version-ci cd packages/eslint-plugin-svelte && pnpm run update && cd ../.. && changeset version"
"version": "cd packages/eslint-plugin-svelte && env-cmd -e version pnpm run update && cd ../..",
"version:ci": "cd packages/eslint-plugin-svelte && env-cmd -e version-ci pnpm run update && cd ../.. && changeset version"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
Expand Down

0 comments on commit c9f361e

Please sign in to comment.