fix syntax error in yml
Some checks failed
Plant Growing Automation / deploy (push) Failing after 2s

This commit is contained in:
David Westgate 2025-04-24 11:43:21 -07:00
parent fde67ee5e1
commit e5adb3db46

View File

@ -17,6 +17,7 @@ jobs:
git checkout main
git pull origin main
- name: Install dependencies
- name: Install dependencies
run: |
cd ~/apps/grow
if [ -f package-lock.json ] || [ -f package.json ]; then