Skip to content

Commit 7c8f551

Browse files
committed
ensure scripts/*.js gets prettiered
1 parent d8ea2ba commit 7c8f551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = {
3939
},
4040
reformat: {
4141
script:
42-
'prettier-eslint --write "*.js" "lib/**/*.js" "test/**/*.js" "bin/*"',
42+
'prettier-eslint --write "*.js" "lib/**/*.js" "test/**/*.js" "bin/*" "scripts/*"',
4343
description: 'Reformat codebase with Prettier'
4444
},
4545
clean: {

0 commit comments

Comments
 (0)