Skip to content

Commit e4ed6cc

Browse files
authored
[auto] update overlays
1 parent fb5a4d0 commit e4ed6cc

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"dart.flutterSdkPath": "flutter/.flutter"
3+
}

fastlane/Fastfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ INFO
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

0 commit comments

Comments
 (0)