Skip to content

Commit

Permalink
fix invalid workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiagoG14 committed May 1, 2024
1 parent db14dd7 commit 1b02b98
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check_ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
run: npm ci
- name: Install server depencies
working-directory: server
run: npx prisma generate
run: npm ci
run: |
npx prisma generate
npm ci
- name: Run build
working-directory: client
run: npm run build
Expand Down

0 comments on commit 1b02b98

Please sign in to comment.