Skip to content

Commit

Permalink
chore(pkg): fix removed &&
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexcited committed Jul 20, 2024
1 parent 601c7e3 commit 4bf6016
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 @@ -6,7 +6,7 @@
"lint": "turbo lint",
"build": "turbo build",
"version-all": "changeset version",
"publish-all": "pnpm build && pnpm lint changeset publish"
"publish-all": "pnpm build && pnpm lint && changeset publish"
},
"workspaces": [
"packages/*",
Expand Down

0 comments on commit 4bf6016

Please sign in to comment.