chore: duplicate pnpm install in nodecar

This commit is contained in:
zhom
2025-05-29 22:24:23 +04:00
parent 257d6c3f92
commit a28b61f2d6
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -59,6 +59,7 @@ jobs:
working-directory: ./nodecar
run: |
echo "DEBUG: Installing nodecar dependencies..."
pnpm install --frozen-lockfile
echo "DEBUG: Current directory: $(pwd)"
echo "DEBUG: Contents of nodecar directory:"
ls -la
+1
View File
@@ -90,6 +90,7 @@ jobs:
working-directory: ./nodecar
run: |
echo "DEBUG: Installing nodecar dependencies..."
pnpm install --frozen-lockfile
echo "DEBUG: Current directory: $(pwd)"
echo "DEBUG: Contents of nodecar directory:"
ls -la