Skip to content

Commit e1cb6ce

Browse files
Shashikant86claude
andcommitted
Fix CI: use --legacy-peer-deps for vite 8 + tailwindcss peer conflict
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ba73a2c commit e1cb6ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: npm
2424

2525
- name: Install dependencies
26-
run: npm ci
26+
run: npm install --legacy-peer-deps
2727

2828
- name: Build
2929
run: npm run build

0 commit comments

Comments
 (0)