Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Nov 18, 2024
1 parent 245f91c commit e4e3232
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 @@
"lint": "pnpm -r --filter='./packages/**' run lint",
"lint:fix": "pnpm -r --filter='./packages/**' run lint:fix",
"changeset": "changeset",
"changeset:release": "changeset publish",
"changeset:release": "sleep 1 && pnpm changeset publish",
"changeset:version": "changeset version",
"clean-all": "rm -rf node_modules && pnpm -r --filter='./packages/**' run clean && pnpm store prune",
"pristine-build": "pnpm clean-all && pnpm i && pnpm build && pnpm generate-types",
Expand Down

0 comments on commit e4e3232

Please sign in to comment.