All Questions
1 question
1
vote
1
answer
2k
views
Command 'yarn build' fails on Windows 10 for REACT_APP_RELEASE variable
Inside package.json the build script is something like:
"build": "REACT_APP_RELEASE=$npm_package_version REACT_APP_COMMIT_REF=$COMMIT_REF react-scripts build && echo $COMMIT_REF ...