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 e854d5a commit ceaae83Copy full SHA for ceaae83
.github/workflows/test.yml
@@ -94,10 +94,10 @@ jobs:
94
runner: ubuntu-22.04
95
node-version: 22.x
96
workspace: "${{ matrix.module }}"
97
- - name: Code linting
+ - name: Compile
98
env:
99
WORKSPACE_PATH: ${{ steps.npm-install.outputs.workspace_path }}
100
- run: npm run build --noEmit
+ run: npm run build -w ${{ matrix.module }} -- --noEmit
101
102
smoke-test:
103
if: ${{ needs.detect-modules.outputs.modules_count > 0 }}
0 commit comments