We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceaae83 commit 095c9ebCopy full SHA for 095c9eb
.github/workflows/test.yml
@@ -95,9 +95,7 @@ jobs:
95
node-version: 22.x
96
workspace: "${{ matrix.module }}"
97
- name: Compile
98
- env:
99
- WORKSPACE_PATH: ${{ steps.npm-install.outputs.workspace_path }}
100
- run: npm run build -w ${{ matrix.module }} -- --noEmit
+ run: npm run build -w ${{ steps.npm-install.outputs.workspace_path }} -- --noEmit
101
102
smoke-test:
103
if: ${{ needs.detect-modules.outputs.modules_count > 0 }}
0 commit comments