Add step to build the app aswell

This commit is contained in:
DevMirza 2023-11-22 23:01:17 +05:00 committed by GitHub
parent 9e8bccbf2f
commit a27150a7ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,5 +56,8 @@ jobs:
- name: Check Typescript
run: pnpm run check-ts
- name: Build
run: pnpm run build:frontend
# more things can be add later like tests etc..