Skip to content

Commit

Permalink
Commit cypress yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danilojezernik committed Oct 12, 2024
1 parent ce921de commit 22b228a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

# Install dependencies
- name: Install dependencies
run: npm ci --legacy-peer-deps
run: npm ci --force

# Start the application server using the dev script
- name: Start application server
Expand Down
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"font-awesome": "^4.7.0",
"jwt-decode": "^4.0.0",
"ng2-charts": "^5.0.4",
"ngx-device-detector": "^8.0.0",
"ngx-device-detector": "^6.0.2",
"rxjs": "~7.8.0",
"swiper": "^11.1.14",
"three": "^0.167.1",
Expand Down

0 comments on commit 22b228a

Please sign in to comment.