Add build step to pr workflow (#259)

Prevents PRs that break building from getting merged
This commit is contained in:
schroda
2023-03-11 21:42:07 +03:30
committed by GitHub
parent 398626250e
commit 57c8ee2cdc
+3
View File
@@ -15,3 +15,6 @@ jobs:
- name: Run TSC
run: yarn tsc
- name: Build app
run: yarn build