Skip to content

Commit

Permalink
fix: update paths in example script (#168)
Browse files Browse the repository at this point in the history
* fix: update paths in example script

fixes #167

* Delete .changeset/poor-fishes-swim.md

---------

Co-authored-by: Scott Robertson <[email protected]>
Co-authored-by: Rogin Farrer <[email protected]>
  • Loading branch information
3 people authored Jun 11, 2024
1 parent 54915d1 commit eb31034
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 @@
"postinstall": "preconstruct dev",
"start": "concurrently \"pnpm watch\" \"pnpm example\"",
"format": "prettier --write --plugin-search-dir=. .",
"example": "rm -rf example/.next && pnpm --dir example run dev",
"example": "rm -rf examples/react/.next && pnpm --dir examples/react run dev",
"test": "jest",
"version": "changeset version && pnpm install --lockfile-only",
"release": "pnpm build && changeset publish"
Expand Down

0 comments on commit eb31034

Please sign in to comment.