From 1531e3d8b2801afb26013c59b36c170ad444dbc3 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Sun, 15 Oct 2023 14:55:19 +0200 Subject: [PATCH] Remove `npm ci` from Netlify build command Netlify already runs `npm install`. --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 907217b0..644edb62 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build] publish = 'examples/demo/dist/' -command = 'npm ci && npm run prepack && npm --workspace demo run build' +command = 'npm run prepack && npm --workspace demo run build' [[headers]] for = '/*'