adding --ignore-scripts flag to yarn

Summary: Travis builds for the website were failing. The problem was due to `yoga-layout` not compiling. However, we don't need to compile `yoga-layout` at all, because we are only using the asm.js version. This adds the `--ignore-scripts` flag to the `yarn` command, to ignore the post-install script which tries to compile yoga.

Reviewed By: emilsjolander

Differential Revision: D7097154

fbshipit-source-id: 3bf9efda0e2ae6166181dad66621cf6fc9586e88
This commit is contained in:
Daniel Büchele
2018-02-27 06:07:07 -08:00
committed by Facebook Github Bot
parent 295d111f0e
commit 419e29c5a6

View File

@@ -11,7 +11,7 @@ node_js:
install: install:
- cd website - cd website
- yarn - yarn --ignore-scripts
- cd .. - cd ..
script: script: