Skip to content

Commit

Permalink
cb: make sure prettier is running against the right directory for site.
Browse files Browse the repository at this point in the history
  • Loading branch information
cathybaptista committed Jan 29, 2025
1 parent 17a2882 commit ab7831a
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": "npm run prettier:md && npm run prettier:scss",
"prettier:check": "npx prettier -c ./packages/**/*.{scss,md}"
"prettier:check": "npx prettier -c ./**/*.{scss,md}"
},
"devDependencies": {
"@18f/identity-stylelint-config": "^2.0.0",
Expand Down

0 comments on commit ab7831a

Please sign in to comment.