Add branch context to override Netlify build settings for #11

This commit is contained in:
Yuki Hattori 2019-01-21 18:16:38 +09:00
parent 112cfa537d
commit 702c405a71

View File

@ -1,3 +1,8 @@
[build]
publish = "public"
command = ""
# TODO: Remove branch context after than merged #11
[context.gatsby]
publish = "website/public"
command = "cd website && yarn build"