fix: build command

This commit is contained in:
Dhravya 2024-03-30 23:30:27 -07:00
parent 7d4ec14997
commit f48e115ce7

View file

@ -28,7 +28,7 @@ jobs:
shell: bash
- name: Build app
run: bun run build
run: bun run pages:build
working-directory: apps/web
shell: bash