Skip to content

Commit

Permalink
fix(linux): force remove dependencies before cleanup [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Feb 14, 2025
1 parent 7d6a521 commit adaefe4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/linux/package_reh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ for i in {1..5}; do # try 5 times
exit 1
fi
echo "Npm install failed $i, trying again..."

# remove dependencies that fail during cleanup
rm -rf node_modules/@vscode node_modules/node-pty
done

node build/azure-pipelines/distro/mixin-npm
Expand Down

0 comments on commit adaefe4

Please sign in to comment.