mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-13 16:32:23 +00:00
Update nextjs.yml
This commit is contained in:
parent
64198729c3
commit
5020487e1b
3
.github/workflows/nextjs.yml
vendored
3
.github/workflows/nextjs.yml
vendored
@ -37,11 +37,12 @@ jobs:
|
||||
npm list next-themes || npm install next-themes
|
||||
npm list @radix-ui/react-accordion || npm install @radix-ui/react-accordion
|
||||
npm list @radix-ui/react-alert-dialog || npm install @radix-ui/react-alert-dialog
|
||||
npm list @radix-ui/react-aspect-ratio || npm install @radix-ui/react-aspect-ratio
|
||||
|
||||
- name: Verify dependencies installation
|
||||
run: |
|
||||
cd web
|
||||
if [ -d "node_modules/next-themes" ] && [ -d "node_modules/@radix-ui/react-accordion" ] && [ -d "node_modules/@radix-ui/react-alert-dialog" ]; then
|
||||
if [ -d "node_modules/next-themes" ] && [ -d "node_modules/@radix-ui/react-accordion" ] && [ -d "node_modules/@radix-ui/react-alert-dialog" ] && [ -d "node_modules/@radix-ui/react-aspect-ratio" ]; then
|
||||
echo "✅ All required dependencies are installed!"
|
||||
else
|
||||
echo "❌ ERROR: Some dependencies are missing!"
|
||||
|
Loading…
x
Reference in New Issue
Block a user