mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-04-28 23:06:41 +02:00
chore: duplicate pnpm install in nodecar
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user