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:
committed by
Facebook Github Bot
parent
295d111f0e
commit
419e29c5a6
@@ -11,7 +11,7 @@ node_js:
|
||||
|
||||
install:
|
||||
- cd website
|
||||
- yarn
|
||||
- yarn --ignore-scripts
|
||||
- cd ..
|
||||
|
||||
script:
|
||||
|
Reference in New Issue
Block a user