Skip to content

Commit

Permalink
git commit -a after updating Podfiles.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed Jul 28, 2019
1 parent 087628f commit 5a3a0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ lane :npm_update do |opts|
include_examples: opts[:include_examples]
)
# default is to commit, use commit:no to suppress
helper.sh 'git', 'commit', '-m[Fastlane] Updated all JS lockfiles', chdir: '..' if opts[:commit] || opts[:commit].nil?
helper.sh 'git', 'commit', '-a', '-m[Fastlane] Updated all JS lockfiles', chdir: '..' if opts[:commit] || opts[:commit].nil?
end

# Examples:
Expand Down

0 comments on commit 5a3a0ef

Please sign in to comment.