Skip to content

Commit

Permalink
fix(messenger): rerun pod install on package.json changes
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <norman@berty.tech>
  • Loading branch information
Norman Meier committed Nov 2, 2020
1 parent 54f5797 commit 177e186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ ios/Frameworks/Bertybridge.framework: $(bridge_src)
./go/framework/bertybridge
touch $@

ios/Berty.xcworkspace: $(pkg_desc) ios/Berty.xcodeproj ios/Podfile ios/vendor/bundle
ios/Berty.xcworkspace: $(pkg_desc) ios/Berty.xcodeproj ios/Podfile ios/vendor/bundle package.json
$(call check-program, bundle)
cd ios && bundle exec pod install
touch $@
Expand Down

0 comments on commit 177e186

Please sign in to comment.