Skip to content

Commit

Permalink
Add Build step to github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zencephalon committed Sep 24, 2023
1 parent a683b95 commit 22ec620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ jobs:
run: yarn
- name: Lint
run: yarn lint
- name: Build
run: yarn build

0 comments on commit 22ec620

Please sign in to comment.