Skip to content

Commit

Permalink
Suppression de ts-to-zod.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyost committed Feb 21, 2025
1 parent 4cf83f3 commit b3099d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install dependencies 👨🏻‍💻
run: npm ci
- name: Generate ⚙️
run: npx ts-to-zod types/lesson.d.ts types/lesson.z.ts && npm run generate
run: npm run generate
env:
GITHUB_CLIENT_ID: ${{ secrets.CLIENT_ID }}
GITHUB_CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
Expand Down

0 comments on commit b3099d3

Please sign in to comment.