Skip to content

Commit

Permalink
removed distribute to vsce for rerun as that has already gone through…
Browse files Browse the repository at this point in the history
… in first run
  • Loading branch information
NiklasRentzCAU committed Jul 25, 2022
1 parent 775496f commit 83efcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/klighd-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"watch": "webpack --watch --mode development --devtool eval-source-map",
"package": "vsce package --yarn --baseImagesUrl https://github.com/kieler/klighd-vscode/raw/HEAD/applications/klighd-vscode -o klighd-vscode.vsix",
"predistribute": "yarn run package",
"distribute": "yarn run distribute:vsce && yarn run distribute:ovsx",
"distribute": "yarn run distribute:ovsx",
"distribute:vsce": "vsce publish --yarn --packagePath klighd-vscode.vsix",
"distribute:ovsx": "ovsx publish --yarn klighd-vscode.vsix"
},
Expand Down

0 comments on commit 83efcf1

Please sign in to comment.