Commit 072e915
committed
ci: build i18n-utils before unit tests
The create package's tests spawn bin/run.js, which in dev mode loads
src/index.ts via tsx and imports @modern-js/i18n-utils — whose dist is
not present in the ut jobs (they only build build:required packages
before running rstest). Add @modern-js/i18n-utils to build:required;
verified by reproducing the CI failure locally (rm i18n-utils dist →
same ERR_MODULE_NOT_FOUND → build:required → 6/6 pass).1 parent 8663dfb commit 072e915
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments