Skip to content

Commit

Permalink
fix release command (#1907)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank99 authored Mar 8, 2024
1 parent b70940c commit bfda799
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 @@ -38,7 +38,7 @@
"approve:react": "pnpm --filter react-workshop approve",
"clean": "turbo run clean && rimraf node_modules",
"changeset": "npx -y @changesets/cli",
"release": "pnpm run build --filter={./packages/*}... && pnpm changeset publish"
"release": "pnpm run build --filter=\"{./packages/*}...\" && pnpm changeset publish"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit bfda799

Please sign in to comment.