chore: ignore website builds

This commit is contained in:
Shawn Erquhart 2019-09-27 20:20:21 -04:00
parent 99a077a707
commit 4ae8c803d4

View File

@ -1,7 +1,7 @@
[build] [build]
base = "website/" base = "website/"
command = "yarn install && yarn build" command = "yarn install && yarn build"
publish = "website/dist/" publish = "dist/"
[build.environment] [build.environment]
NODE_VERSION = "8" NODE_VERSION = "8"