Skip to content

Commit

Permalink
Adds missing incantations to get NVM to work.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndouglas committed Nov 6, 2023
1 parent e519027 commit 141063a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/scripts/content-build-gql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ set -ex
repo_root="$(git rev-parse --show-toplevel)"
pushd "${repo_root}" > /dev/null

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
source ~/.bashrc

composer va:web:prepare-dotenv

touch ./.buildlock
Expand Down

0 comments on commit 141063a

Please sign in to comment.