From a1d5f9eeccf4c3ea09e0a58fcfbcf04f063a59f5 Mon Sep 17 00:00:00 2001 From: Alex Grozav Date: Sun, 5 Apr 2020 12:47:11 +0300 Subject: [PATCH] Fixed netlify production and build commands. --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index da4b01464..920125775 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,7 +1,7 @@ [build] base = "packages/docs/" publish = "packages/docs/dist/" - command = "npm run build && npm run generate" + command = "npm run link && npm run build && npm run generate" [context.production] - command = "npm run link && npm run build && npm run generate" + command = "npm run build && npm run generate"