Skip to content

Commit

Permalink
chore: remove dist
Browse files Browse the repository at this point in the history
  • Loading branch information
magiziz committed Sep 25, 2024
1 parent 378b36f commit 2928e77
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 @@ -36,7 +36,7 @@
"publish:beta": "pnpm install; pnpm build; changeset publish --tag beta",
"publish:canary": "pnpm install; pnpm build; changeset publish --tag canary",
"prepare": "husky",
"size": "pnpm --filter=./examples/react-wagmi size"
"size": "rm -rf ./examples/react-wagmi/dist && pnpm --filter=./examples/react-wagmi size"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
Expand Down

0 comments on commit 2928e77

Please sign in to comment.