Add Build step to github actions workflow (#15)

This commit is contained in:
Matthew Bunday
2023-09-25 22:40:39 +02:00
committed by GitHub
parent 15225a2bb2
commit 79aca435f5

View File

@@ -30,3 +30,5 @@ jobs:
run: yarn
- name: Lint
run: yarn lint
- name: Build
run: yarn build