We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ec6bb commit ab3d900Copy full SHA for ab3d900
.github/workflows/test.yml
@@ -12,6 +12,7 @@ jobs:
12
- run: npm ci
13
- run: npm run lint
14
- run: npm run typecheck
15
+ - run: npm run build
16
test:
17
runs-on: ${{ matrix.config.os }}
18
strategy:
0 commit comments