mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-04-30 15:48:19 +02:00
chore: use --ignore-workspace instead of --workspace-root
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user