Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
jairomr committed Oct 10, 2023
1 parent 9b384a0 commit d45e6d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/homol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,8 @@ jobs:
- name: Build Server and client
run: |
npm set progress=false
cd ${{ github.workspace }}/src/server && npm install
cd ${{ github.workspace }}/src/client && npm install
npm install -g @angular/cli@12.2.16
cd ${{ github.workspace }}/src/client && ng build --stats-json --source-map=false --no-progress
cd ${{ github.workspace }}
npm install
- name: Build Docker
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,8 @@ jobs:
- name: Build Server and client
run: |
npm set progress=false
cd ${{ github.workspace }}/src/server && npm install
cd ${{ github.workspace }}/src/client && npm install
npm install -g @angular/cli@12.2.16
cd ${{ github.workspace }}/src/client && ng build --stats-json --source-map=false --no-progress
cd ${{ github.workspace }}
npm install
- name: Build Docker
Expand Down

0 comments on commit d45e6d2

Please sign in to comment.