Commit e3ba990
committed
fix: proper turbo (#2852)
### TL;DR
Added build configuration for inspector and updated dev dependencies in Turbo config.
### What changed?
- Added a new `build:inspector` task with the same configuration as the existing build task
- Added a dependency on `^build` to the `dev` task, ensuring build tasks complete before dev starts
### How to test?
1. Run `turbo run build:inspector` to verify the new task works correctly
2. Run `turbo run dev` to confirm it properly waits for build tasks to complete first
### Why make this change?
This change improves the development workflow by ensuring that build dependencies are properly resolved before development starts. The new inspector build task allows for specialized builds with inspector capabilities while maintaining the same environment variables and output structure as the standard build.1 parent e0d3cc0 commit e3ba990
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
| 16 | + | |
11 | 17 | | |
12 | 18 | | |
13 | 19 | | |
| |||
0 commit comments