Skip to content

Commit

Permalink
fix: resolve pnpm release command
Browse files Browse the repository at this point in the history
  • Loading branch information
fahimfaisaal committed Jan 19, 2024
1 parent 4adf482 commit 7c0f478
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 @@
"test": "vitest run",
"lint": "tsc",
"ci": "pnpm run lint && pnpm run test && pnpm run build",
"release": "pnpm ci && changeset publish"
"release": "pnpm run ci && changeset publish"
},
"dependencies": {
"p-limit": "^4.0.0"
Expand Down

0 comments on commit 7c0f478

Please sign in to comment.