mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-28 17:13:45 +03:00
Sync submodules before updating
This commit is contained in:
parent
b2ec05a2f2
commit
b0d38d0ac7
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
|
||||
|
Loading…
Reference in New Issue
Block a user