Skip to content

Commit 145d66f

Browse files
committed
add jq homepage filed
1 parent 1b7b09c commit 145d66f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ while IFS= read -r theme; do
88
rm -r build/$theme
99
cd "$theme"
1010
npm install
11+
jq ".homepage=\"${REACT_APP_BASE_URL}\"" package.json > tmp.json && mv tmp.json package.json ;
1112
DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$version npm run build
1213
cd ..
1314
done < THEMES

0 commit comments

Comments
 (0)