Commit c509e57
Fix nx cache invalidation for graphiql-console builds
Changes to graphiql-console files weren't triggering nx to rebuild
because the build inputs were using the generic "production" named input
instead of explicit file patterns.
Changes:
- Replaced "production" and "^production" named inputs with explicit
file patterns matching the pattern used by other packages
- Now tracks: src/**/* files, index.html, package.json, vite.config.ts,
and tsconfig.json
This ensures nx properly detects changes and rebuilds when needed.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 582f967 commit c509e57
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
17 | 23 | | |
18 | 24 | | |
19 | 25 | | |
| |||
0 commit comments