Skip to content

Commit

Permalink
Update default task to run both jsl & spec
Browse files Browse the repository at this point in the history
  • Loading branch information
smtlaissezfaire committed Mar 28, 2010
1 parent 26aef17 commit ece33be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -23,4 +23,4 @@ task :spec do
sh "node spec/node.js"
end

task :default => :jsl
task :default => [:jsl, :spec]

0 comments on commit ece33be

Please sign in to comment.