Skip to content

Commit

Permalink
fix: run format on ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 19, 2021
1 parent 5853d1a commit f55f6f6
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 @@ -2,7 +2,7 @@
"private": true,
"prettier": "ory-prettier-styles",
"config": {
"prettierTarget": "test/e2e/cypress/**/*{.js,.spec.js}"
"prettierTarget": "test/e2e/cypress/**/*{.ts,.js}"
},
"scripts": {
"format": "prettier --write ${npm_package_config_prettierTarget}",
Expand Down

0 comments on commit f55f6f6

Please sign in to comment.