Skip to content

Commit

Permalink
fix: codegen path
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanyawat-Arsaga committed Apr 3, 2024
1 parent 8f5d480 commit f7fb22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Dependencies
uses: ./.github/composite-actions/setup
- name: Build Frontend
run: echo $PUBLIC_URL && echo $PUBLIC_API_URL && pnpm nx codegen client && pnpm nx build client
run: echo $PUBLIC_URL && echo $PUBLIC_API_URL && pnpm nx codegen:prod client && pnpm nx build client
- name: Login to Registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit f7fb22c

Please sign in to comment.