File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/lsp/superbol_free_lib Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 122
122
"scripts" : {
123
123
"compile" : " make compile" ,
124
124
"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" ,
127
127
"deploy:ovsx" : " ovsx publish --yarn"
128
128
},
129
129
"dependencies" : {
Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ let package =
54
54
" make release" ;
55
55
56
56
" package" ,
57
- " vsce package --out superbol-studio-oss .vsix --yarn" ;
57
+ " vsce package --out superbol-vscode-platform .vsix --yarn" ;
58
58
59
59
" deploy:vsce" ,
60
- " vsce publish --packagePath superbol-studio-oss .vsix --yarn" ;
60
+ " vsce publish --packagePath superbol-vscode-platform .vsix --yarn" ;
61
61
62
62
" deploy:ovsx" ,
63
63
" ovsx publish --yarn"
You can’t perform that action at this time.
0 commit comments