Update nextjs.yml

This commit is contained in:
MacRimi 2025-02-13 20:48:29 +01:00 committed by GitHub
parent a2b597ada0
commit 92525bc156
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,12 @@ jobs:
git commit -m "Update package-lock.json" || echo "No changes to commit"
git push
- name: Verify next-themes installation
run: |
cd web
ls node_modules/next-themes || echo "next-themes NOT FOUND!"
- name: Build Next.js project
run: |
cd web