File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
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 136136
137137 project_id = "#{ product } -debug-#{ _github_fork_name ( ) } "
138138 sh %w( npm install )
139- Dir . chdir ( 'functions' ) { sh %w( npm install ) }
139+ if File . directory? ( 'functions' )
140+ Dir . chdir ( 'functions' ) { sh %w( npm install ) }
141+ end
140142 fastlane_require 'shellwords'
141143 # Give Firebase login interactive mode and do not crop lines.
142144 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