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 1cff5f1 commit 172e965Copy full SHA for 172e965
.github/workflows/node-tests.yml
@@ -22,6 +22,7 @@ jobs:
22
with:
23
node-version: ${{ matrix.node-version }}
24
- run: npm ci
25
+ - run: npm run build
26
- run: npm test
27
env:
28
CI: true
0 commit comments