Skip to content

Commit 98c7f0d

Browse files
committed
xxx
1 parent 2818cac commit 98c7f0d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@
122122
"scripts": {
123123
"compile": "make compile",
124124
"release": "make release",
125-
"package": "vsce package --out superbol-studio-oss.vsix --yarn",
126-
"deploy:vsce": "vsce publish --packagePath superbol-studio-oss.vsix --yarn",
125+
"package": "vsce package --out superbol-vscode-platform.vsix --yarn",
126+
"deploy:vsce": "vsce publish --packagePath superbol-vscode-platform.vsix --yarn",
127127
"deploy:ovsx": "ovsx publish --yarn"
128128
},
129129
"dependencies": {

src/lsp/superbol_free_lib/project.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ let package =
5454
"make release" ;
5555

5656
"package" ,
57-
"vsce package --out superbol-studio-oss.vsix --yarn" ;
57+
"vsce package --out superbol-vscode-platform.vsix --yarn" ;
5858

5959
"deploy:vsce" ,
60-
"vsce publish --packagePath superbol-studio-oss.vsix --yarn" ;
60+
"vsce publish --packagePath superbol-vscode-platform.vsix --yarn" ;
6161

6262
"deploy:ovsx" ,
6363
"ovsx publish --yarn"

0 commit comments

Comments
 (0)