Commit c0bd0d7
Fix test-react-18: build libs before running tests
The test:react script runs jest directly, unlike the test script which
runs build-libs first (build:vars, build:icons, build:extract-emotion).
Without building, drylus-style-vars has no lib/ output and ts-jest
can't resolve the module.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a2531d6 commit c0bd0d7
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| |||
0 commit comments