Skip to content

Commit

Permalink
Merge pull request #201 from artichoke/lopopolo-patch-1
Browse files Browse the repository at this point in the history
Update Rakefile
  • Loading branch information
lopopolo committed Feb 24, 2024
2 parents 98bf2b7 + 848ef0f commit a5e5bd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace :format do

desc 'Format text, YAML, and Markdown sources with prettier'
task :text do
sh "npx prettier --write '**/*'"
sh 'npm run fmt'
end
end

Expand All @@ -63,7 +63,7 @@ namespace :fmt do

desc 'Format text, YAML, and Markdown sources with prettier'
task :text do
sh "npx prettier --write '**/*'"
sh 'npm run fmt'
end
end

Expand Down

0 comments on commit a5e5bd7

Please sign in to comment.