Skip to content

Commit

Permalink
chore: update dev:demo:react task to watch the correct dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rjborba committed Jan 15, 2025
1 parent adfb371 commit e48d20f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"clean": "turbo run clean",
"dev": "turbo run dev --filter=@orama/wc-components --filter=storybook",
"dev:demo": "turbo run dev --filter=demo-react --filter=demo-vue --filter=demo-angular",
"dev:demo:react": "turbo run dev --filter=demo-react ",
"dev:demo:react": "turbo watch demo-react#dev",
"dev:all": "turbo run dev",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"lint": "turbo run lint",
Expand Down
5 changes: 5 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"dev": {
"cache": false,
"persistent": true
},
"demo-react#dev": {
"cache": false,
"persistent": true,
"dependsOn": ["@orama/react-components#build"]
}
}
}

0 comments on commit e48d20f

Please sign in to comment.