Skip to content

Commit 53d5d0f

Browse files
committed
meta: Add ovsx publishing to Bakefile
1 parent 48c634e commit 53d5d0f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules/
22
build/
33
*.log
44
*.vsix
5+
.env*

Bakefile.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ task.init() {
66

77
task.publish() {
88
vsce publish
9+
ovsx publish --pat "$(<'.env-ovsx')"
910
}

0 commit comments

Comments
 (0)