Skip to content

Commit

Permalink
Correcciones
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago21112001 committed Mar 21, 2024
1 parent 4ad3e11 commit 30eaca8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- run: npm --prefix webapp ci
- run: npm --prefix users/authservice test -- --coverage
- run: npm --prefix users/userservice test -- --coverage
- run: npm --prefix questionservice test -- --coverage
- run: npm --prefix gatewayservice test -- --coverage
- run: npm --prefix webapp test -- --coverage
- name: Analyze with SonarCloud
Expand Down
6 changes: 3 additions & 3 deletions questionservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/arquisoft/wiq_04d4d.git"
"url": "git+https://github.com/arquisoft/wiq_es04d.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/arquisoft/wiq_04d4d/issues"
"url": "https://github.com/arquisoft/wiq_es04d/issues"
},
"homepage": "https://github.com/arquisoft/wiq_04d4d#readme",
"homepage": "https://github.com/arquisoft/wiq_es04d#readme",
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
Expand Down

0 comments on commit 30eaca8

Please sign in to comment.