Skip to content

Commit fca7524

Browse files
committed
Chore: Fix yarn demo command
1 parent b3032b8 commit fca7524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"internals/*"
5454
],
5555
"scripts": {
56-
"demo": "node --watch-path=packages/ packages/demo/",
56+
"demo": "node --watch-path=packages/ packages/demo/dist/esm/index.js",
5757
"dev": "turbo watch tsc",
5858
"prepare": "husky && turbo tsc attw",
5959
"setup": "node ./tools/setup-packages.mjs",

0 commit comments

Comments
 (0)