Update netlify.toml

This commit is contained in:
Alexander Shelepenok 2020-09-08 16:35:00 +03:00 committed by GitHub
parent 1dacb9f878
commit 50f972f19f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
[build]
publish = "public"
command = "yarn build"
command = "gatsby build"
[build.environment]
YARN_VERSION = "1.3.2"
YARN_FLAGS = "--no-ignore-optional"