Skip to content

Commit

Permalink
Chore: Fix yarn demo command
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Dec 7, 2024
1 parent b3032b8 commit fca7524
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 @@ -53,7 +53,7 @@
"internals/*"
],
"scripts": {
"demo": "node --watch-path=packages/ packages/demo/",
"demo": "node --watch-path=packages/ packages/demo/dist/esm/index.js",
"dev": "turbo watch tsc",
"prepare": "husky && turbo tsc attw",
"setup": "node ./tools/setup-packages.mjs",
Expand Down

0 comments on commit fca7524

Please sign in to comment.