Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
remove -y from publish
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Nov 2, 2023
1 parent 94f1a13 commit 0821234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-extension.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ const VSCODE_MARKETPLACE_TOKEN = process.env.VSCODE_MARKETPLACE_TOKEN
const OVSX_REGISTRY_TOKEN = process.env.OVSX_REGISTRY_TOKEN
const args = RELEASE_CHANNEL === 'pre-release' ? '--pre-release' : ''
execSync(`${bin} publish -p "${VSCODE_MARKETPLACE_TOKEN}" ${args} --packagePath grammarly.vsix`, execArgs)
execSync(`pnpx -y ovsx publish -p "${OVSX_REGISTRY_TOKEN}" --packagePath grammarly.vsix`, execArgs) // Does not support pre-release arg yet.
execSync(`pnpx ovsx publish -p "${OVSX_REGISTRY_TOKEN}" --packagePath grammarly.vsix`, execArgs) // Does not support pre-release arg yet.

0 comments on commit 0821234

Please sign in to comment.