Skip to content

Commit 56a01f2

Browse files
committed
Fix redundant entry in JetBrains README
1 parent d9cc3fc commit 56a01f2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "registry",
33
"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",
66
"terraform-validate": "./scripts/terraform_validate.sh",
77
"test": "bun test",
88
"update-version": "./update-version.sh"

registry/coder/modules/jetbrains/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,3 @@ All JetBrains IDEs with remote development capabilities:
146146
- [RubyMine (`RM`)](https://www.jetbrains.com/ruby/)
147147
- [RustRover (`RR`)](https://www.jetbrains.com/rust/)
148148
- [WebStorm (`WS`)](https://www.jetbrains.com/webstorm/)
149-
- [WebStorm (`WS`)](https://www.jetbrains.com/webstorm/)

0 commit comments

Comments
 (0)