chore(Rakefile): fix the default task

This commit is contained in:
Igor Minar 2012-08-29 16:56:48 -07:00
parent d341483f1f
commit ade7127c79

View file

@ -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'