Skip to content

Commit

Permalink
fix new process
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiagoG14 committed May 1, 2024
1 parent 7367eb4 commit 57c5751
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/check_ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ jobs:
runs-on: ubuntu-latest
steps:
# checkout the code
- uses: actions/checkout@v3

uses: actions/checkout@v3
- name: Install
run: cd ./client
run: npm ci
run: cd ..
run: cd ./client
run: npx prisma generate
run: npm ci
run: cd ..
run: cd ./client
run: npm run build
uses: actions/setup-node@v3
- run: cd ./client
- run: npm ci
- run: cd ..
- run: cd ./client
- run: npx prisma generate
- run: npm ci
- run: cd ..
- run: cd ./client
- run: npm run build

# get the lines modified in this PR
# - name: Get diff lines
Expand Down

0 comments on commit 57c5751

Please sign in to comment.