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 4e2bb6d commit 43e2b39Copy full SHA for 43e2b39
.github/workflows/nodejs.yml
@@ -17,6 +17,7 @@ jobs:
17
with:
18
node-version: ${{ matrix.node-version }}
19
- run: npm install
20
+ - run: npm run build
21
- run: npm test
22
env:
23
CI: true
0 commit comments