Skip to content

Commit

Permalink
WIP: use renamed package
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Oct 25, 2024
1 parent 06916e5 commit fb53fdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/test-vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rm -rf "$test_root_dir" && mkdir -p "$test_root_dir"
cd "$test_root_dir"
git clone --depth=10 https://github.com/mongodb-js/vscode.git
cd vscode
git checkout gagik/mongosh-package-update
npm install --force
rm -rf node_modules/@mongosh
(cd node_modules && ln -s "$mongosh_root_dir/packages" @mongosh)
Expand Down

0 comments on commit fb53fdc

Please sign in to comment.