Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: upgrade to typescript 5.6 #4345

Merged
merged 3 commits into from
Oct 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Generate prisma before migrations
  • Loading branch information
TrySound committed Oct 28, 2024
commit ada8d2bc431a2a807d796fb69d7b8a61e0470732
6 changes: 6 additions & 0 deletions .github/workflows/migrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- name: pnpm instal
run: pnpm install --ignore-scripts

- name: generate prisma
run: pnpm --filter=@webstudio-is/prisma-client generate

- name: execute migration
run: pnpm --filter '@webstudio-is/prisma-client' run migrations migrate
env:
Expand Down Expand Up @@ -102,6 +105,9 @@ jobs:
- name: pnpm instal
run: pnpm install --ignore-scripts

- name: generate prisma
run: pnpm --filter=@webstudio-is/prisma-client generate

- name: get pending
id: pending
run: |
Expand Down