Skip to content

Commit 8c564b5

Browse files
chore: fix ci (#255)
1 parent 3e944ea commit 8c564b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function publishToVsce(): boolean {
5151
try {
5252
const packagePath = getExtensionPackagePath(target)
5353
logger.info(`Publishing to VSCE for target ${target}...`)
54-
const command = `pnpm -F vscode-naily-ets vsce publish --target ${target} --packagePath ${packagePath}`
54+
const command = `pnpm -F vscode-naily-ets vsce publish --packagePath ${packagePath}`
5555
logger.info(`Executing command: ${command}`)
5656
execSync(command, { cwd: path.resolve(dirname, '..'), stdio: 'inherit' })
5757
}

0 commit comments

Comments
 (0)