Add step to build the app aswell (#158)

This commit is contained in:
DevMirza 2023-11-23 05:49:34 +05:00 committed by GitHub
parent d17a63fcab
commit d1d3a54377
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..