Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
chore(Rakefile): fix the default task
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Aug 29, 2012
1 parent 1702e49 commit e0184d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit e0184d4

Please sign in to comment.