Skip to content

Commit

Permalink
Fix pretty-print command
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeboone02 committed Jul 6, 2023
1 parent 3db08ec commit 2fc9729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"test": "jest",
"watch": "jest --watch",
"publish:npm": "np",
"pretty-print": "prettier --write *.{mjs,js,ts,json} src/*.*"
"pretty-print": "bunx prettier --write *.{mjs,ts,json} src/*.*"
},
"devDependencies": {
"@types/jest": "^29.5.2",
Expand Down

0 comments on commit 2fc9729

Please sign in to comment.