Skip to content

Commit

Permalink
fix: ensure npm is sourced for yarn install (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettpetch committed May 31, 2022
1 parent 4137171 commit dfc8942
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/upgrade/lounge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ if [[ $(systemctl is-active lounge) == "active" ]]; then
fi

if ! command -v yarn > /dev/null 2>&1; then
. /etc/swizzin/sources/functions/npm
yarn_install
fi

Expand Down

0 comments on commit dfc8942

Please sign in to comment.