File tree Expand file tree Collapse file tree 4 files changed +8
-12
lines changed
Expand file tree Collapse file tree 4 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "dart.flutterSdkPath" : " flutter/.flutter"
3+ }
Original file line number Diff line number Diff line change @@ -22,15 +22,6 @@ lane :update do
2222 # "flutter update-packages", but we don't need it.
2323 flutter_root = flutter_bootstrap ( flutter_channel : 'stable' )
2424
25- # Copy over .gitignore from official templates.
26- FileUtils . cp (
27- File . join (
28- flutter_root ,
29- 'packages/flutter_tools/templates/app/.gitignore.tmpl' ,
30- ) ,
31- '.gitignore' ,
32- )
33-
3425 Dir . chdir ( 'fastlane' ) do
3526 # Upgrade current application packages (within pubspec.yaml spec).
3627 flutter ( args : %w( packages upgrade ) )
136127
137128 project_id = "#{ product } -debug-#{ _github_fork_name ( ) } "
138129 sh %w( npm install )
139- Dir . chdir ( 'functions' ) { sh %w( npm install ) }
130+ if File . directory? ( 'functions' )
131+ Dir . chdir ( 'functions' ) { sh %w( npm install ) }
132+ end
140133 fastlane_require 'shellwords'
141134 # Give Firebase login interactive mode and do not crop lines.
142135 exec %W( npm start -- #{ project_id } ) . shelljoin
Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ Create or migrate a debug Firebase project for this GitHub fork
3333
3434----
3535
36- This README.md is auto-generated and will be re-generated every time [ fastlane ] ( https://fastlane.tools ) is run.
36+ This README.md is auto-generated and will be re-generated every time [ _ fastlane _ ] ( https://fastlane.tools ) is run.
3737More information about fastlane can be found on [ fastlane.tools] ( https://fastlane.tools ) .
3838The documentation of fastlane can be found on [ docs.fastlane.tools] ( https://docs.fastlane.tools ) .
Original file line number Diff line number Diff line change @@ -77,6 +77,6 @@ Set "release" lane key to non-empty value to upload metadata.
7777
7878----
7979
80- This README.md is auto-generated and will be re-generated every time [ fastlane ] ( https://fastlane.tools ) is run.
80+ This README.md is auto-generated and will be re-generated every time [ _ fastlane _ ] ( https://fastlane.tools ) is run.
8181More information about fastlane can be found on [ fastlane.tools] ( https://fastlane.tools ) .
8282The documentation of fastlane can be found on [ docs.fastlane.tools] ( https://docs.fastlane.tools ) .
You can’t perform that action at this time.
0 commit comments