Improve fmt

pull/48/head
Kyle Carberry 2 years ago
parent 9878bb09c0
commit 5cc5fdcfd5

@ -2,8 +2,8 @@
"name": "modules", "name": "modules",
"scripts": { "scripts": {
"test": "bun test", "test": "bun test",
"fmt": "bun x prettier -w **/*.ts **/*.md *.md", "fmt": "bun x prettier -w **/*.ts **/*.md *.md && terraform fmt **/*.tf",
"fmt:ci": "bun x prettier --check **/*.ts **/*.md *.md" "fmt:ci": "bun x prettier --check **/*.ts **/*.md *.md && terraform fmt -check **/*.tf"
}, },
"devDependencies": { "devDependencies": {
"bun-types": "^1.0.3" "bun-types": "^1.0.3"

Loading…
Cancel
Save