Skip to content

Commit

Permalink
Improve fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecarbs committed Sep 26, 2023
1 parent 9878bb0 commit 5cc5fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "modules",
"scripts": {
"test": "bun test",
"fmt": "bun x prettier -w **/*.ts **/*.md *.md",
"fmt:ci": "bun x prettier --check **/*.ts **/*.md *.md"
"fmt": "bun x prettier -w **/*.ts **/*.md *.md && terraform fmt **/*.tf",
"fmt:ci": "bun x prettier --check **/*.ts **/*.md *.md && terraform fmt -check **/*.tf"
},
"devDependencies": {
"bun-types": "^1.0.3"
Expand Down

0 comments on commit 5cc5fdc

Please sign in to comment.