Skip to content

Commit

Permalink
Remove npm ci from Netlify build command
Browse files Browse the repository at this point in the history
Netlify already runs `npm install` by default.
  • Loading branch information
remcohaszing committed Sep 2, 2023
1 parent bfc8c09 commit 129581e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -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 = '/*'
Expand Down

0 comments on commit 129581e

Please sign in to comment.