From e8b55925d6e80e01f824c99a1fae63148a132671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Tue, 9 Jan 2018 09:33:03 +0100 Subject: [PATCH] Align netlify config with admin panel --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index bef8d91e1d..1683cf27b1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -10,4 +10,4 @@ [build] publish = "docs/_dist/" - command = "npm start buildDocs" + command = "npm run buildDocs"