Skip to content
Snippets Groups Projects
Commit ecf879aa authored by Félix  Sidokhine's avatar Félix Sidokhine
Browse files

replaced -i with install

Change-Id: I53fab9ec5fb99d7a1a5f480633d798d132471625
parent ae941c60
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#Build the UI from the react js folder.
cd ../jams-react-client || exit
npm install
npm run build
#Now the UI is built we can exit and copy resource
mkdir -p ../jams-server/src/main/resources/webapp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment