Skip to content

Commit 79aca43

Browse files
authored
Add Build step to github actions workflow (base#15)
1 parent 15225a2 commit 79aca43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ jobs:
3030
run: yarn
3131
- name: Lint
3232
run: yarn lint
33+
- name: Build
34+
run: yarn build

0 commit comments

Comments
 (0)