diff --git a/package.json b/package.json index 2191e59d..c42b502b 100644 --- a/package.json +++ b/package.json @@ -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"