aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2012-08-29 16:56:48 -0700
committerIgor Minar2012-08-30 08:58:51 -0700
commitade7127c79fc047f3ed1dbf538e4131c1f68799b (patch)
tree96b77e9b942e924eccefaaa6cfa37b1bdf825332
parentd341483f1f7770c1a5f684e95b4908045abe5179 (diff)
downloadangular.js-ade7127c79fc047f3ed1dbf538e4131c1f68799b.tar.bz2
chore(Rakefile): fix the default task
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 8d04d024..f26f1497 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'