Skip to content

Commit

Permalink
release 3
Browse files Browse the repository at this point in the history
  • Loading branch information
angelalvaigle committed Jan 3, 2025
1 parent 23ba69d commit bae0182
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,14 @@ jobs:
- run: cp -R errors/ questionservice/
- run: cp -R middleware/ questionservice/
- run: cp -R utils/ questionservice/
- run: cp -R utils/ statservice/
- run: cp -R errors/ statservice/
- run: cp -R middleware/ statservice/
# Instalar dependencias
- run: npm --prefix users/authservice install
- run: npm --prefix users/userservice install
- run: npm --prefix questionservice install
- run: npm --prefix statservice install
- run: npm --prefix gatewayservice install
- run: npm --prefix webapp install
- run: npm --prefix webapp run build
Expand Down

0 comments on commit bae0182

Please sign in to comment.