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 = '/*'