Skip to content

Commit

Permalink
chore: remove invalid spaces in script
Browse files Browse the repository at this point in the history
  • Loading branch information
coderwyd committed Aug 6, 2024
1 parent 9612892 commit 2039d68
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 @@ -51,7 +51,7 @@
"publint": "vsh publint",
"reinstall": "pnpm clean --del-lock && pnpm bootstrap",
"test:unit": "vitest",
"update:deps": " pnpm update --latest --recursive",
"update:deps": "pnpm update --latest --recursive",
"version": "pnpm exec changeset version && pnpm install --no-frozen-lockfile"
},
"devDependencies": {
Expand Down

0 comments on commit 2039d68

Please sign in to comment.