chore: use --ignore-workspace instead of --workspace-root

This commit is contained in:
zhom
2025-05-29 22:40:12 +04:00
parent fb6112f7c1
commit 854f1b4742
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
working-directory: ./nodecar
run: |
echo "DEBUG: Installing nodecar dependencies..."
pnpm install --frozen-lockfile --workspace-root=.
pnpm install --ignore-workspace --frozen-lockfile
echo "DEBUG: Current directory: $(pwd)"
echo "DEBUG: Contents of nodecar directory:"
ls -la
+1 -1
View File
@@ -90,7 +90,7 @@ jobs:
working-directory: ./nodecar
run: |
echo "DEBUG: Installing nodecar dependencies..."
pnpm install --frozen-lockfile --workspace-root=.
pnpm install --ignore-workspace --frozen-lockfile
echo "DEBUG: Current directory: $(pwd)"
echo "DEBUG: Contents of nodecar directory:"
ls -la