Skip to content

Commit e8daaef

Browse files
authored
Fix PS call
1 parent 95857c0 commit e8daaef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ install:
3737
- npm i nan@%nan_version%
3838
- npm install -g node-pre-gyp@%pre_gyp_version%
3939
- npm install -g node-pre-gyp-github@%pre_gyp_github_version%
40-
- ps: "//registry.npmjs.org/:_authToken=$env:npm_auth_token`n" | out-file "$env:userprofile\.npmrc" -Encoding ASCII
40+
- ps: >-
41+
"//registry.npmjs.org/:_authToken=$env:npm_auth_token`n" | out-file "$env:userprofile\.npmrc" -Encoding ASCII
4142
4243
build_script:
4344
- node-pre-gyp configure

0 commit comments

Comments
 (0)