Skip to content

Commit

Permalink
feat: add client
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanyawat-Arsaga committed Apr 3, 2024
1 parent c8c0be2 commit 8f5d480
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 build client
run: echo $PUBLIC_URL && echo $PUBLIC_API_URL && pnpm nx codegen client && pnpm nx build client
- name: Login to Registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 8f5d480

Please sign in to comment.