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