Skip to content

Instantly share code, notes, and snippets.

@gabrielizalo
Created November 5, 2019 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabrielizalo/f8935351ef889b80343a3370d39a7980 to your computer and use it in GitHub Desktop.
Save gabrielizalo/f8935351ef889b80343a3370d39a7980 to your computer and use it in GitHub Desktop.
React App - App Version - Part 2
"build":
"react-scripts build &&
REACTAPPVERSION=$npm_package_version &&
sed -i -- 's/%REACT_APP_VERSION%/'$REACTAPPVERSION'/g' build/index.html &&
echo React App Version = $REACTAPPVERSION",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment