Skip to content

Commit bce3413

Browse files
committed
Run npm-installed copy of vsce
1 parent 2b53396 commit bce3413

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/gulpfile.ts/package.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export async function packageExtension(): Promise<void> {
99
'package',
1010
'--out', path.resolve(deployedPackage.distPath, '..', `${deployedPackage.name}-${deployedPackage.version}.vsix`)
1111
];
12-
const proc = childProcess.spawn('vsce', args, {
12+
const proc = childProcess.spawn('npx', ['vsce'].concat(args), {
1313
cwd: deployedPackage.distPath
1414
});
1515
proc.childProcess.stdout!.on('data', (data) => {

0 commit comments

Comments
 (0)