Update package.json

Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
pull/128/head
Muhammad Atif Ali 1 year ago committed by GitHub
parent 204ac6838a
commit c84bc2da63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,7 +5,7 @@
"fmt": "bun x prettier -w **/*.sh .sample/run.sh new.sh **/*.ts **/*.md *.md && terraform fmt **/*.tf .sample/main.tf",
"fmt:ci": "bun x prettier --check **/*.sh .sample/run.sh new.sh **/*.ts **/*.md *.md && terraform fmt -check **/*.tf .sample/main.tf",
"lint": "bun run lint.ts",
"update-version": "sh update-version.sh"
"update-version": "./update-version.sh"
},
"devDependencies": {
"bun-types": "^1.0.18",

Loading…
Cancel
Save