Skip to content

Commit

Permalink
ensure scripts/*.js gets prettiered
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed May 18, 2018
1 parent 42005f3 commit adea377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = {
},
reformat: {
script:
'prettier-eslint --write "*.js" "lib/**/*.js" "test/**/*.js" "bin/*"',
'prettier-eslint --write "*.js" "lib/**/*.js" "test/**/*.js" "bin/*" "scripts/*"',
description: 'Reformat codebase with Prettier'
},
clean: {
Expand Down

0 comments on commit adea377

Please sign in to comment.