Skip to content

Commit

Permalink
Merge pull request #262 from artichoke/lopopolo-patch-1
Browse files Browse the repository at this point in the history
Update Rakefile
  • Loading branch information
lopopolo authored Feb 24, 2024
2 parents 5095148 + 78d90da commit 21ea6a6
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 21ea6a6

Please sign in to comment.