Skip to content

Commit e1c3618

Browse files
authored
Merge pull request #15 from cangzhang/change/script
2 parents 18b3943 + e4a6624 commit e1c3618

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ build/
88
out/
99
src/typings/vscode.d.ts
1010
src/typings/vscode.proposed.d.ts
11+
*.vsix

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"watch:webviews": "webpack --watch --mode development",
128128
"lint": "eslint . --ext .ts,.tsx",
129129
"package": "npx vsce package",
130-
"publish": "npx vsce publish"
130+
"release": "npx vsce publish"
131131
},
132132
"babel": {
133133
"plugins": [

0 commit comments

Comments
 (0)