build(service): fix raijin service builds#201
Conversation
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a047e3df28
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
|
Codex Review: Didn't find any major issues. Can't wait for the next one! ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Таска
Как проверять
Основной сценарий
Контекст: чистый checkout ветки после перехода service-контура на актуальный Raijin/PnP runtime.
Действие: выполнить
yarn install --immutable.Ожидаемый результат: установка проходит через PnP без корневого
node_modules, repo-localplugin-pnp-patchиesbuild-wasmworkaround не требуются.Контекст: workspace
@catalog/service.Действие: выполнить
yarn workspace @catalog/service service build.Ожидаемый результат: service build проходит через штатную команду Raijin и ESM/PnP loader.
Дополнительный сценарий
@catalog/serviceбез поднятой инфраструктуры.Действие: выполнить
timeout 45s yarn workspace @catalog/service service dev.Ожидаемый результат: процесс доходит до старта
webpack:start-serverи Nest/TypeORM; локальный стопор без инфраструктуры —getaddrinfo ENOTFOUND db, а не ошибка PnP, TypeScript loader или прямого node-запуска.Пруфы
yarn install --immutableyarn workspace @catalog/service service buildtimeout 45s yarn workspace @catalog/service service dev