Update deploy.yml

This commit is contained in:
MacRimi 2025-02-14 10:40:31 +01:00 committed by GitHub
parent e56b5a8470
commit 9d27944fbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,11 +34,8 @@ jobs:
- name: Install dependencies
run: |
cd web
if [ -f "package-lock.json" ]; then
npm ci
else
npm install
fi
npm install --legacy-peer-deps
npm ls date-fns react-day-picker
- name: Build with Next.js
run: |