mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
chore(Rakefile): fix the default task
This commit is contained in:
parent
d341483f1f
commit
ade7127c79
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue