Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ProchaLu committed Aug 31, 2023
1 parent dfebfaa commit 2309a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-playwright-and-deploy-to-fly-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Install SafeQL if not yet installed (eg. on Windows dev machines)
run: grep package.json -e '@ts-safeql/eslint-plugin' || pnpm add @ts-safeql/eslint-plugin libpg-query
- run: pnpm migrate up
# Also generates next-env.d.ts, required for tsc
- name: Build Next.js app
run: pnpm build
- name: Run TypeScript Compiler
Expand Down

0 comments on commit 2309a75

Please sign in to comment.