Skip to content

Commit 43e2b39

Browse files
committed
Add CI step to build project after installing dependencies
1 parent 4e2bb6d commit 43e2b39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
with:
1818
node-version: ${{ matrix.node-version }}
1919
- run: npm install
20+
- run: npm run build
2021
- run: npm test
2122
env:
2223
CI: true

0 commit comments

Comments
 (0)