Skip to content
Snippets Groups Projects
Commit 148036fc authored by Larbi Gharib's avatar Larbi Gharib
Browse files

Update package.json material-ui 4.12.1

Change-Id: I949ae763e431a65af90714444cccdc7244bdb703
parent 5996fc18
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
"main": "dist/index.js",
"dependencies": {
"@lingui/react": "^2.9.2",
"@material-ui/core": "4.10.0",
"@material-ui/core": "4.12.1",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"axios": "^0.19.2",
......
#!/bin/bash
#Build the UI from the react js folder.
cd ../jams-react-client || exit
echo "Using Node version: "
nvm -v
npm install
npm run build
#Now the UI is built we can exit and copy resource
......
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