From ab356f941db9c36539243c6f16f279017206bbd7 Mon Sep 17 00:00:00 2001 From: ycjcl868 <45808948@qq.com> Date: Wed, 18 Dec 2019 21:44:17 +0800 Subject: [PATCH] fix: compile --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 6ea217a1d5..c327618038 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build] publish = "_site" - command = "npm run site" + command = "npm run compile && npm run dist && npm run site" [[redirects]] from = "/docs/resource/download"