Skip to content

Commit

Permalink
add jq homepage filed
Browse files Browse the repository at this point in the history
  • Loading branch information
haobibo committed Aug 6, 2024
1 parent 1b7b09c commit 145d66f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ while IFS= read -r theme; do
rm -r build/$theme
cd "$theme"
npm install
jq ".homepage=\"${REACT_APP_BASE_URL}\"" package.json > tmp.json && mv tmp.json package.json ;
DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$version npm run build
cd ..
done < THEMES

0 comments on commit 145d66f

Please sign in to comment.