Merge branch 'coldfix' into 'dev'
COLDFIX See merge request !34
... | ... | @@ -31,7 +31,7 @@ |
"reactstrap": "^8.9.0" | ||
}, | ||
"scripts": { | ||
"start": "cross-env REACT_APP_BASE_URL=http://localhost:8000 parcel public/index.html", | ||
"start": "cross-env REACT_APP_BASE_URL=$(grep REACT_APP_BASE_URL .env_var | cut -d '=' -f2) parcel public/index.html", | ||
"build": "cross-env REACT_APP_BASE_URL=$(grep REACT_APP_BASE_URL .env_var | cut -d '=' -f2) parcel build public/index.html", | ||
"test": "jest", | ||
"test:coverage": "jest --coverage", | ||
... | ... |
Please register or sign in to comment