Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Install node x64 on Appveyor (in order to make flow works)
Browse files Browse the repository at this point in the history
  • Loading branch information
thangngoc89 authored and MoOx committed Aug 19, 2016
1 parent 1921ff0 commit 1a88151
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 @@ -17,7 +17,7 @@ cache:
# - docs/node_modules -> package.json

install:
- ps: Install-Product node $env:nodejs_version
- ps: Install-Product node $env:nodejs_version x64
- npm set progress=false
- npm prune
- npm install
Expand Down

0 comments on commit 1a88151

Please sign in to comment.