Skip to content

Commit

Permalink
Update generate.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragramani committed Dec 15, 2022
1 parent 9a1bfc2 commit e7d20fb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion generate.sh
Expand Up @@ -43,5 +43,14 @@ else
$electron_resolution
" package.json
fi

# To fix some errors shows in CI, suggesting that repository key should be present in package.json
build_info='"homepage":'
repository_info='"repository": "facebook/flipper",'

sed -i '' "/$build_info/ a\\
$repository_info
" package.json

yarn install
yarn build --mac --mac-dmg
yarn build --mac-dmg

0 comments on commit e7d20fb

Please sign in to comment.