Add build step to pr workflow (#259)

Prevents PRs that break building from getting merged
This commit is contained in:
schroda
2023-03-11 19:12:07 +01:00
committed by GitHub
parent 398626250e
commit 57c8ee2cdc

View File

@@ -15,3 +15,6 @@ jobs:
- name: Run TSC
run: yarn tsc
- name: Build app
run: yarn build