chore(test-project): Rebuild live using cca --db pglite#1490
chore(test-project): Rebuild live using cca --db pglite#1490
Conversation
✅ Deploy Preview for cedarjs canceled.
|
Greptile SummaryThis WIP PR adds However, two critical bugs were introduced:
Confidence Score: 1/5Not safe to merge — the file contains a syntax error that prevents execution and a logic error that makes the new --live flag completely unusable. Two P0 issues: a bare prose string that breaks TypeScript parsing entirely, and a guard condition that always exits when --live is passed due to the derived esm variable. Both must be fixed before this is usable. tasks/test-project/rebuild-test-project-fixture.mts — lines 598 (syntax error) and 106/120–123 (logic error in --live guard) Important Files Changed
|
| '', | ||
| ].join('\n'), | ||
|
|
||
| This is a work in progress. The plan/goal is to leverage create-cedar-app --live to rebuild the test project fixture. |
There was a problem hiding this comment.
Plain text left outside a comment
This line is raw prose without comment syntax (//), making it a syntax error. TypeScript/Node will fail to parse the file at all when run. This needs to be either a proper comment or removed.
| This is a work in progress. The plan/goal is to leverage create-cedar-app --live to rebuild the test project fixture. | |
| // This is a work in progress. The plan/goal is to leverage create-cedar-app --live to rebuild the test project fixture. |
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run-many -t test --minWorkers=1 --maxWorkers=4 |
✅ Succeeded | 4m 14s | View ↗ |
nx run-many -t build:pack --exclude create-ceda... |
✅ Succeeded | 1m 26s | View ↗ |
nx run-many -t test:types |
✅ Succeeded | 10s | View ↗ |
nx run-many -t build |
✅ Succeeded | 4m 40s | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-03-30 10:14:01 UTC

wip