mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-27 20:06:52 +00:00
Update deploy.yml
This commit is contained in:
parent
e56b5a8470
commit
9d27944fbb
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user