Skip to content

Commit

Permalink
Remove react-devtools at npm install before for AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jul 5, 2016
1 parent 1bde29c commit 2c7f8ec
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,8 +14,8 @@ install:
- set PATH=%cd%\flow-0.19.1-windows-20151211;%PATH%
- ps: Install-Product node $env:nodejs_version
- npm install -g npm
- npm install
- rm -rf node_modules\react-devtools
- npm install
- git clone https://github.com/jhen0409/react-devtools.git node_modules\react-devtools
- rm node_modules\react-devtools\.babelrc

Expand Down

0 comments on commit 2c7f8ec

Please sign in to comment.