Skip to content

Commit

Permalink
ignore npm warning for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 authored and rzr committed Jan 3, 2023
1 parent 0fc21ed commit a874555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ environment:

install:
- ps: Install-Product node $env:node_version $env:platform
- ps: npm install -g node-gyp node-pre-gyp-github
- cmd: npm install -g node-gyp node-pre-gyp-github
- ps: if ($env:appveyor_repo_tag -match "true" -and $env:appveyor_repo_tag_name -match '^v?[0-9]') { $publish_binary=1; }

build_script:
Expand Down

0 comments on commit a874555

Please sign in to comment.