Merge branch 'coldfix' into 'dev'
COLDFIX See merge request !35
... | ... | @@ -33,7 +33,7 @@ |
"text-mask-addons": "^3.8.0" | ||
}, | ||
"scripts": { | ||
"start": "cross-env REACT_APP_BASE_URL=https://pilar-be-dev.cs.ui.ac.id 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