Skip to content

Commit

Permalink
Remove --legacy-peer-deps from frontend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubified committed May 16, 2024
1 parent d47d650 commit 2239af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: actions/setup-node@v3
- working-directory: frontend
run: |
npm ci --legacy-peer-deps
npm ci
npm run lint-check
npm run build

0 comments on commit 2239af8

Please sign in to comment.