File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11@ echo off
2- SET DIR = %~dp0 %
3-
4- powershell.exe -NoProfile -ExecutionPolicy Bypass -Command " ((new-object net.webclient).DownloadFile('https://chocolatey.org/install.ps1','install.ps1'))"
5- powershell.exe -NoProfile -ExecutionPolicy Bypass -Command " & '%DIR% install.ps1' %* "
6- SET PATH = %PATH% ;%ALLUSERSPROFILE% \chocolatey\bin
2+ @ " %SystemRoot% \System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command " iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET " PATH = %PATH% ;%ALLUSERSPROFILE% \chocolatey\bin"
Original file line number Diff line number Diff line change 99 },
1010 "scripts" : {
1111 "test" : " mocha -R list test/*.js --timeout=0" ,
12- "coverage" : " npx c8 --reporter json --reporter text npm test && npx codecov -f coverage/coverage-final.json"
12+ "coverage" : " npx c8 --reporter json --reporter text npm test && npx codecov -f coverage/coverage-final.json" ,
13+ "get-installer" : " node ./bin/installer.js --get"
1314 },
1415 "files" : [
1516 " index.js" ,
You can’t perform that action at this time.
0 commit comments