From 7f543f2c82f1f182c60f4a47e1c37bd87595e82e Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Mon, 4 May 2020 11:37:36 +0100 Subject: [PATCH] ci(netlify): remove npm modules installation - Netlify runs it by default --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index ad0dda1..d26edab 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,3 @@ [context.production] publish = "public" - command = "npm install --only=prod && npm install --only=prod --no-save snyk && npm run snyk && npm run hexo" + command = "npm install --only=prod --no-save snyk && npm run snyk && npm run hexo"