Skip to content

[TMP] IBX-12091: Replaced yarn install in backend jobs with frontend-install action - #1986

Open
mikadamczyk wants to merge 1 commit into
6.0from
IBX-12091-frontend-install
Open

[TMP] IBX-12091: Replaced yarn install in backend jobs with frontend-install action#1986
mikadamczyk wants to merge 1 commit into
6.0from
IBX-12091-frontend-install

Conversation

@mikadamczyk

@mikadamczyk mikadamczyk commented Jul 29, 2026

Copy link
Copy Markdown
Contributor
🎫 Issue IBX-12091

Related PRs:

Description:

The backend jobs installed the whole frontend with yarn install just to get one npm package - the TypeScript parser used by the translation extractor. This replaces those steps with the new frontend-install action, which installs only that package from a lockfile. The same action will be added to the other packages that ship .ts/.tsx files, so all of them provision the parser the same way. The action is referenced by branch so CI can verify it before gh-workflows#106 is merged. I will switch it to @main before merging this PR.

For QA:

Documentation:

@mikadamczyk mikadamczyk changed the title IBX-12091: Replaced yarn install in backend jobs with frontend-install action [TMP] IBX-12091: Replaced yarn install in backend jobs with frontend-install action Jul 30, 2026
@mikadamczyk
mikadamczyk force-pushed the IBX-12091-frontend-install branch from 9eba242 to 6f1d5af Compare July 30, 2026 14:36
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants