Skip to content

Commit 35b2619

Browse files
committed
Unify naming of vscode scripts
1 parent 221d45c commit 35b2619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@
177177
]
178178
},
179179
"scripts": {
180-
"vscode:prepublish": "npm run package",
181180
"compile": "npm run check-types && npm run lint && node esbuild.js",
182181
"watch": "npm-run-all -p watch:*",
183182
"watch:esbuild": "node esbuild.js --watch",
@@ -189,6 +188,7 @@
189188
"check-types": "tsc --noEmit -p .",
190189
"lint": "eslint src --ext ts",
191190
"test": "vscode-test",
191+
"vscode:prepackage": "npm run package",
192192
"vscode:package": "vsce package",
193193
"vscode:publish": "vsce publish"
194194
},

0 commit comments

Comments
 (0)