npm run buil

This commit is contained in:
Yostra 2020-11-13 19:52:14 -05:00
parent 74c0f499c6
commit b084dcfb28

View File

@ -27,6 +27,7 @@ cd electron-react || exit
echo "npm build"
npm install
npm run build
LAST_EXIT_CODE=$?
if [ "$LAST_EXIT_CODE" -ne 0 ]; then
echo >&2 "npm run build failed!"