We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e944ea commit 8c564b5Copy full SHA for 8c564b5
1 file changed
scripts/publish.ts
@@ -51,7 +51,7 @@ function publishToVsce(): boolean {
51
try {
52
const packagePath = getExtensionPackagePath(target)
53
logger.info(`Publishing to VSCE for target ${target}...`)
54
- const command = `pnpm -F vscode-naily-ets vsce publish --target ${target} --packagePath ${packagePath}`
+ const command = `pnpm -F vscode-naily-ets vsce publish --packagePath ${packagePath}`
55
logger.info(`Executing command: ${command}`)
56
execSync(command, { cwd: path.resolve(dirname, '..'), stdio: 'inherit' })
57
}
0 commit comments