Skip to content

Commit 10d24f5

Browse files
committed
ci: add build stage
1 parent 0003736 commit 10d24f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
uses: actions/setup-node@v1
1818
with:
1919
node-version: ${{ matrix.node-version }}
20-
- name: npm install, build, and test
20+
- name: npm install, test, and build
2121
run: |
2222
npm install
2323
npm test
24+
npm run build
2425
env:
2526
CI: true

0 commit comments

Comments
 (0)