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]
base = "website/"
command = "yarn install && yarn build"
publish = "website/dist/"
publish = "dist/"
[build.environment]
NODE_VERSION = "8"