We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7b09c commit 145d66fCopy full SHA for 145d66f
web/build.sh
@@ -8,6 +8,7 @@ while IFS= read -r theme; do
8
rm -r build/$theme
9
cd "$theme"
10
npm install
11
+ jq ".homepage=\"${REACT_APP_BASE_URL}\"" package.json > tmp.json && mv tmp.json package.json ;
12
DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$version npm run build
13
cd ..
14
done < THEMES
0 commit comments