Skip to content

Commit

Permalink
vscode-extension: fix npx not working on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Sep 10, 2021
1 parent f6fddb5 commit c9c9e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ limitations under the License.
</activation>
<properties>
<npm.executable>npm.cmd</npm.executable>
<npm.executable>npx.cmd</npm.executable>
<npx.executable>npx.cmd</npx.executable>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit c9c9e4c

Please sign in to comment.