Skip to content

Commit

Permalink
Fighting changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
bone-house committed Sep 15, 2023
1 parent e741790 commit 469e36f
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 36 deletions.
8 changes: 0 additions & 8 deletions .changeset/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/big-cherries-heal.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/gorgeous-fans-mix.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/unlucky-sheep-shout.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/gamba/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"scripts": {
"dev": "tsup src/index.ts --watch --format cjs,esm --dts && pnpm react:dev && pnpm ui:dev",
"build": "tsup src/index.ts --format cjs,esm --dts && pnpm react:build && pnpm ui:build",
"clean": "rm -rf dist && pnpm react:clean && pnpm ui:clean",
"clean": "rm -rf dist && rm -rf node_modules && pnpm react:clean && pnpm ui:clean",
"lint": "tsc && pnpm react:lint && pnpm ui:lint",

"react:dev": "tsup ./react/src/index.ts -d ./react/dist --watch --format cjs,esm --dts",
Expand Down
22 changes: 19 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 469e36f

Please sign in to comment.