mirror of
https://github.com/kingomarnajjar/gatsby-starter-netlify-cms.git
synced 2026-07-25 22:27:24 +10:00
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:
parent
f942b38afe
commit
b6cdfce027
1 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
[build]
|
||||
publish = "public"
|
||||
command = "npm run build"
|
||||
command = "npm run build"
|
||||
[build.environment]
|
||||
YARN_FLAGS = "--no-ignore-optional"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue