switch to unix-style paths because... powershell?

This commit is contained in:
AJ ONeal
2020-07-04 22:00:30 +00:00
parent eaa3ea4210
commit 58841a3003
5 changed files with 11 additions and 6 deletions

View File

@@ -44,4 +44,4 @@ Copy-Item -Path "$Env:USERPROFILE\.local\opt\$Env:PKG_NAME-v$Env:WEBI_VERSION" -
& .\.local\opt\node\npm.cmd --scripts-prepend-node-path=true config set scripts-prepend-node-path true
# Add to path
& "$Env:USERPROFILE\.local\bin\pathman.exe" add "$Env:USERPROFILE\.local\opt\node"
& "$Env:USERPROFILE\.local\bin\pathman.exe" add ~/.local/opt/node