Skip to content

Commit

Permalink
chore: fix browser package dev watch (#6523)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa authored Sep 18, 2024
1 parent 91f8599 commit 2a50464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"build:client": "vite build src/client",
"build:node": "rollup -c",
"dev:client": "vite build src/client --watch",
"dev:node": "rollup -c --watch --watch.include 'src/node/**'",
"dev:node": "rollup -c --watch --watch.include 'src/**'",
"dev": "rimraf dist && pnpm run --stream '/^dev:/'"
},
"peerDependencies": {
Expand Down

0 comments on commit 2a50464

Please sign in to comment.