Skip to content

Commit

Permalink
Merge pull request #37 from futuregerald/patch-1
Browse files Browse the repository at this point in the history
Add "--no-ignore-optional" for netlify
  • Loading branch information
erquhart authored Feb 6, 2018
2 parents f942b38 + 5c349ce commit 3bd842c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[build]
publish = "public"
command = "npm run build"
command = "npm run build"
[build.environment]
YARN_VERSION = "1.3.2"
YARN_FLAGS = "--no-ignore-optional"

0 comments on commit 3bd842c

Please sign in to comment.