lib/ios_toolchain/tasks/validate.rake in ios_toolchain-0.2.1 vs lib/ios_toolchain/tasks/validate.rake in ios_toolchain-0.2.2

- old
+ new

@@ -1,13 +1,13 @@ desc "Checks you if you need to do any cleanup of the code before you push" task :validate do Rake::Task['git:check_for_uncommitted_changes'].invoke - Rake::Task['clean:build'].invoke - Rake::Task['tidy'].invoke + Rake::Task['ios:clean:build'].invoke + Rake::Task['ios:tidy'].invoke Rake::Task['git:check_for_uncommitted_changes'].reenable Rake::Task['git:check_for_uncommitted_changes'].invoke - Rake::Task['specs:slim'].invoke + Rake::Task['ios:specs:slim'].invoke puts "\n\n" puts "👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 " puts "🚢 Looks like you're good to ship! 🚢 " puts "👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 " puts "\n\n"