Skip to content

Commit

Permalink
Add "--no-ignore-optional" for netlify
Browse files Browse the repository at this point in the history
This is currently necessary for Netlify since switching to yarn version 1.3.2 by default.
  • Loading branch information
futuregerald committed Feb 5, 2018
1 parent f942b38 commit b6cdfce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[build]
publish = "public"
command = "npm run build"
command = "npm run build"
[build.environment]
YARN_FLAGS = "--no-ignore-optional"

0 comments on commit b6cdfce

Please sign in to comment.