mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Sync submodules before updating
This commit is contained in:
1
Rakefile
1
Rakefile
@@ -87,6 +87,7 @@ end
|
||||
|
||||
desc "Clone default bundles into vendor/bundles directory"
|
||||
task "clone-default-bundles" do
|
||||
`git submodule sync`
|
||||
`git submodule update --recursive --init`
|
||||
end
|
||||
|
||||
|
||||
@@ -19,4 +19,5 @@ exit_unless_xcode_exists
|
||||
exit_unless_npm_exists
|
||||
|
||||
npm install
|
||||
git submodule sync
|
||||
git submodule update --recursive --init
|
||||
|
||||
Reference in New Issue
Block a user