Skip to content

Commit

Permalink
set shopt -s expand_aliases for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Sep 27, 2021
1 parent cebb265 commit 1c5a6b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pushd "$(dirname "$0")" > /dev/null
echo -e "\e[1m\e[35mUSE UPDATED NPM ------------------------------\e[0m"
echo old version:
npm -v
shopt -s expand_aliases
alias npm="npx npm@7"
echo new version:
npm -v
Expand Down

0 comments on commit 1c5a6b9

Please sign in to comment.