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 d81358b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build": "react-scripts build",
"prod": "serve -s build",
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!axios)/'",
"test:e2e": "start-server-and-test 'node e2e/test-environment-setup.js' http://localhost:8000/health prod 3000 \"cd e2e && jest --runInBand ./webapp/e2e/steps/register-form.steps.js ./webapp/e2e/steps/login-form.steps.js ./webapp/e2e/steps/see-profile.steps.js ./webapp/e2e/steps/play-game1.steps.js ./webapp/e2e/steps/play-game2.steps.js\"",
"test:e2e": "start-server-and-test 'node e2e/test-environment-setup.js' http://localhost:8000/health prod 3000 \"cd e2e && jest --runInBand ./webapp/e2e/steps/register-form.steps.js ./webapp/e2e/steps/login-form.steps.js ./webapp/e2e/steps/see-profile.steps.js\"",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand Down

0 comments on commit d81358b

Please sign in to comment.