Skip to content

Commit 802fed7

Browse files
docs: add development command for IntelliJ plugin to README
1 parent 69c5dd3 commit 802fed7

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The packaged extension will be available as a `.vsix` file in the `vscode-extens
126126
- `npm run build` - Build both plugins
127127
- `npm run build:intellij` - Build IntelliJ plugin only
128128
- `npm run build:vscode` - Build VS Code extension only
129-
- `npm run package:vscode` - Package VS Code extension
130129
- `npm run dev:vscode` - Start VS Code extension in development mode
130+
- `npm run dev:intellij` - Start IntelliJ plugin in development mode
131131
- `npm run lint` - Run linting
132132
- `npm run clean` - Clean build artifacts

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"scripts": {
99
"build": "npm run build:intellij && npm run build:vscode",
1010
"build:intellij": "./intellij-plugin/gradlew -p intellij-plugin buildPlugin",
11-
"build:vscode": "npm run build -w vscode-extension",
12-
"package:vscode": "npm run package -w vscode-extension",
11+
"build:vscode": "npm run package -w vscode-extension",
1312
"dev:vscode": "npm run dev -w vscode-extension",
1413
"dev:intellij": "./intellij-plugin/gradlew -p intellij-plugin runIde",
1514
"lint": "npm run lint -w vscode-extension",

0 commit comments

Comments
 (0)