diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c7129c0de..060e8eb113 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,6 @@ jobs: with: node-version: '24' cache: npm - - name: Select the release npm toolchain if: steps.plan.outputs.cli_package == 'true' run: npm install --global --no-audit --no-fund "$(node -p 'require("./package.json").packageManager')" @@ -151,6 +150,10 @@ jobs: if: steps.plan.outputs.code == 'true' || steps.plan.outputs.astryx_surface == 'true' run: npm run astryx:surface-inventory + - name: Check icon sizes + if: steps.plan.outputs.code == 'true' + run: npm run check:icon-size + - name: Build if: steps.plan.outputs.code == 'true' || steps.plan.outputs.cli_package == 'true' || steps.plan.outputs.release_contract == 'true' run: npm run build diff --git a/apps/desktop/src/renderer/features/workbar/tools/inspector/session-inspector-panel.tsx b/apps/desktop/src/renderer/features/workbar/tools/inspector/session-inspector-panel.tsx index 6359665990..c0594466b1 100644 --- a/apps/desktop/src/renderer/features/workbar/tools/inspector/session-inspector-panel.tsx +++ b/apps/desktop/src/renderer/features/workbar/tools/inspector/session-inspector-panel.tsx @@ -639,7 +639,7 @@ function StepRow(props: {