Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e0184d4

Browse files
committed
chore(Rakefile): fix the default task
1 parent 1702e49 commit e0184d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ files = eval(content.gsub(/\};(\s|\S)*/, '}').
1616

1717
BUILD_DIR = 'build'
1818

19-
task :default => [:compile, :test]
19+
task :default => [:package]
2020

2121

2222
desc 'Init the build workspace'

0 commit comments

Comments
 (0)