Add "--no-ignore-optional" for netlify

This is currently necessary for Netlify since switching to yarn version 1.3.2 by default.
This commit is contained in:
Gerald Onyango 2018-02-05 11:38:33 -05:00 committed by GitHub
parent f942b38afe
commit b6cdfce027
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,5 @@
[build]
publish = "public"
command = "npm run build"
command = "npm run build"
[build.environment]
YARN_FLAGS = "--no-ignore-optional"