Skip to content

Commit

Permalink
Introduce build task as combination of RSpec and RuboCop tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
epistrephein committed Sep 28, 2024
1 parent 102f1ec commit bf6ac12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ require 'bundler/setup'
Rake.add_rakelib 'tasks/**'

task default: 'server'
task build: ['spec', 'rubocop']

0 comments on commit bf6ac12

Please sign in to comment.