Skip to content

Commit

Permalink
Update build in ci (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Gonzalez committed Mar 22, 2024
1 parent ff9d6bf commit 61f50b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ jobs:
# pipeline actions
- run: npm ci
- name: Build blog Dashboard (prod)
run: nx run dashboard:build:production
run: npm run build:admin:prod
# run: nx run dashboard:build:production
- name: Build blog Blog (prod)
run: nx run blog:build:production && nx run blog:server:production
run: npm run build:ssr
# run: nx run blog:build:production && nx run blog:server:production


# RUN TESTS
Expand Down

0 comments on commit 61f50b5

Please sign in to comment.