Skip to content

Commit 69b7131

Browse files
authored
Update package.ts
1 parent 4ef883f commit 69b7131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/package.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ function main() {
155155
fs.writeFileSync(packageJsonFile, JSON.stringify(packageJson, undefined, ' '))
156156
child_process.execFileSync('vsce', ['package', '--ignoreFile', '../.vscodeignore.packages'], {
157157
stdio: 'inherit',
158-
shell: process.platform === 'win32', // For vsce.cmd on Windows.
158+
shell: process.platform === 'win32', // For vsce.cmd on Windows.
159159
})
160160

161161
console.log(`VSIX Version: ${packageJson.version}`)

0 commit comments

Comments
 (0)