Browse Source

fix(infra): fix failing build action

pull/81/head
isra el 9 months ago
parent
commit
c1af584093
  1. 1
      .github/workflows/build-and-test.yaml

1
.github/workflows/build-and-test.yaml

@ -62,7 +62,6 @@ jobs:
run: | run: |
cd web cd web
pnpm install pnpm install
pnpm run prisma:generate
pnpm run build pnpm run build
build-and-test-android: build-and-test-android:

Loading…
Cancel
Save