From e0184d4aef70429c52eede6b13ab77a29d26951b Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 29 Aug 2012 16:56:48 -0700 Subject: [PATCH] chore(Rakefile): fix the default task --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 8d04d024797b..f26f14973c69 100644 --- a/Rakefile +++ b/Rakefile @@ -16,7 +16,7 @@ files = eval(content.gsub(/\};(\s|\S)*/, '}'). BUILD_DIR = 'build' -task :default => [:compile, :test] +task :default => [:package] desc 'Init the build workspace'