Skip to content

Commit 1e1331c

Browse files
committed
fix: rename publish script to release in package.json
1 parent 6bdcce7 commit 1e1331c

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
@@ -199,7 +199,7 @@
199199
"vendor": "node vendor-libs.js",
200200
"prepackage": "npm run vendor && npm run compile",
201201
"package": "vsce package",
202-
"publish": "vsce publish",
202+
"release": "vsce publish",
203203
"lint": "eslint src --fix",
204204
"check-types": "tsc --noEmit",
205205
"pretest": "npm run compile && npm run lint",

0 commit comments

Comments
 (0)