Skip to content

Commit

Permalink
Fix the release command
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsobol committed Oct 6, 2024
1 parent 607948d commit a2fdbb0
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 @@ -12,7 +12,7 @@
"restore": "pnpm run restore:sonda && pnpm run restore:unplugin-sourcemaps",
"restore:sonda": "cd packages/sonda && clean-package restore",
"restore:unplugin-sourcemaps": "cd packages/unplugin-sourcemaps && clean-package restore",
"release": "pnpm run build build && changeset publish && pnpm run restore"
"release": "pnpm run build && changeset publish && pnpm run restore"
},
"devDependencies": {
"@changesets/changelog-git": "^0.2.0",
Expand Down

0 comments on commit a2fdbb0

Please sign in to comment.