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"