Skip to content

Commit

Permalink
Update assemble script.
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Jul 24, 2024
1 parent 73078a5 commit ab0bd3b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/.s2i/bin/assemble
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ fi

cd ..
cd frontend

export NVM_DIR="$HOME/.nvm"
mkdir -p $NVM_DIR
curl -o- https://github.com/nvm-sh/nvm/releases/tag/v0.39.7/install.sh | bash

source $NVM_DIR/nvm.sh
nvm install 18
nvm use 18

npm install
# Run unit tests in build stage with the code below
echo "--> testing and building frontend files"
Expand Down

0 comments on commit ab0bd3b

Please sign in to comment.