Fix netlify.toml to stop using monorepo support

This commit is contained in:
Yuki Hattori 2019-10-28 02:02:46 +09:00
parent c900ced6a0
commit e3f892fffb

View File

@ -1,4 +1,3 @@
[build]
base = "packages/website"
publish = "dist"
command = "yarn build"
publish = "packages/website/dist"
command = "yarn workspace @marp-team/marp-website build"