Skip to content

Commit

Permalink
.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Feb 9, 2024
1 parent 4bf3b3c commit f03ba99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
# bash = 'C:\\Program Files\\Git\\bin\\bash.exe'
import subprocess
subprocess.check_call('dir C:\\hostedtoolcache\\windows\\node\\18.19.0\\x64')
subprocess.check_call('npm --version')
subprocess.check_call('npx.cmd --version')
subprocess.check_call('npx --version')
subprocess.check_call('C:\\hostedtoolcache\\windows\\node\\18.19.0\\x64\\npx.cmd --version')
subprocess.check_call('C:\\hostedtoolcache\\windows\\node\\18.19.0\\x64\\npx --version')
subprocess.check_call('npx --help')
Expand Down

0 comments on commit f03ba99

Please sign in to comment.