Skip to content

Commit

Permalink
chore(workflows): update cypress.yml with npm ci flag for eslint flat…
Browse files Browse the repository at this point in the history
… config

Add npm ci flag to address peer dependencies issue related to eslint flat config in the cypress workflow. The flag will be removed once the eslint flat config is no longer breaking peer dependencies.
  • Loading branch information
2ajoyce committed Apr 20, 2024
1 parent d0874bd commit c72a061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ jobs:
uses: cypress-io/github-action@v6
with:
component: true
install-command: npm ci --legacy-peer-deps # Remove this flag once eslint flat config is no longer breaking peer dependencies
build: npm run build
start: npm run dev

0 comments on commit c72a061

Please sign in to comment.