Skip to content

Commit

Permalink
Added -c flag
Browse files Browse the repository at this point in the history
  • Loading branch information
arminzavada committed Oct 5, 2024
1 parent c9cb580 commit 9330f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/oxsts-vs-code/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tasks {
} else {
commandLine(
"sh",
// "-c",
"-c",
"node_modules/.bin/vsce",
"package",
"--out", project.layout.buildDirectory.dir("vscode").get().asFile.absolutePath,
Expand Down

0 comments on commit 9330f53

Please sign in to comment.