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

Commit 0821234

Browse files
remove -y from publish
1 parent 94f1a13 commit 0821234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-extension.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ const VSCODE_MARKETPLACE_TOKEN = process.env.VSCODE_MARKETPLACE_TOKEN
1212
const OVSX_REGISTRY_TOKEN = process.env.OVSX_REGISTRY_TOKEN
1313
const args = RELEASE_CHANNEL === 'pre-release' ? '--pre-release' : ''
1414
execSync(`${bin} publish -p "${VSCODE_MARKETPLACE_TOKEN}" ${args} --packagePath grammarly.vsix`, execArgs)
15-
execSync(`pnpx -y ovsx publish -p "${OVSX_REGISTRY_TOKEN}" --packagePath grammarly.vsix`, execArgs) // Does not support pre-release arg yet.
15+
execSync(`pnpx ovsx publish -p "${OVSX_REGISTRY_TOKEN}" --packagePath grammarly.vsix`, execArgs) // Does not support pre-release arg yet.

0 commit comments

Comments
 (0)