File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
registry/coder/modules/jetbrains Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " registry" ,
3
3
"scripts" : {
4
- "fmt" : " bun x prettier --write **/*.sh **/*.ts **/main.test.ts **/ *.md *.md && terraform fmt -recursive -diff" ,
5
- "fmt:ci" : " bun x prettier --check **/*.sh **/*.ts **/main.test.ts **/ *.md *.md && terraform fmt -check -recursive -diff" ,
4
+ "fmt" : " bun x prettier --write **/*.sh **/*.ts **/*.md *.md && terraform fmt -recursive -diff" ,
5
+ "fmt:ci" : " bun x prettier --check **/*.sh **/*.ts **/*.md *.md && terraform fmt -check -recursive -diff" ,
6
6
"terraform-validate" : " ./scripts/terraform_validate.sh" ,
7
7
"test" : " bun test" ,
8
8
"update-version" : " ./update-version.sh"
Original file line number Diff line number Diff line change @@ -146,4 +146,3 @@ All JetBrains IDEs with remote development capabilities:
146
146
- [ RubyMine (` RM ` )] ( https://www.jetbrains.com/ruby/ )
147
147
- [ RustRover (` RR ` )] ( https://www.jetbrains.com/rust/ )
148
148
- [ WebStorm (` WS ` )] ( https://www.jetbrains.com/webstorm/ )
149
- - [ WebStorm (` WS ` )] ( https://www.jetbrains.com/webstorm/ )
You can’t perform that action at this time.
0 commit comments