Skip to content

Commit

Permalink
Run Prettier after Definitions (#7164)
Browse files Browse the repository at this point in the history
  • Loading branch information
dblythy committed Feb 4, 2021
1 parent 08b2ea4 commit 38f33e5
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 @@ -93,7 +93,7 @@
"prettier": "2.0.5"
},
"scripts": {
"definitions": "node ./resources/buildConfigDefinitions.js",
"definitions": "node ./resources/buildConfigDefinitions.js && prettier --write 'src/Options/*.js'",
"docs": "jsdoc -c ./jsdoc-conf.json",
"lint": "flow && eslint --cache ./",
"lint-fix": "eslint --fix --cache ./",
Expand Down

0 comments on commit 38f33e5

Please sign in to comment.