Skip to content

Commit

Permalink
Rename prettier script
Browse files Browse the repository at this point in the history
  • Loading branch information
mejiaj committed Feb 19, 2025
1 parent 8cdacc2 commit 54bc1ca
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 @@ -61,7 +61,7 @@
"prettier:scss": "npx prettier --write './css/**/*.scss'",
"prettier:md": "npx prettier --write './**/*.md'",
"prettier:fix": "npm run prettier:md && npm run prettier:scss",
"prettier:check": "npx prettier -c ./**/*.{scss,md}"
"prettier": "npx prettier -c ./**/*.{scss,md}"
},
"devDependencies": {
"@18f/identity-stylelint-config": "^2.0.0",
Expand Down

0 comments on commit 54bc1ca

Please sign in to comment.