Skip to content

Commit 01ca4c5

Browse files
committed
fix: ensure clean dependency installation in Netlify builds
1 parent 0680039 commit 01ca4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build]
2-
command = "npm run build"
2+
command = "npm ci && npm run build"
33
publish = ".next"
44

55
[[plugins]]

0 commit comments

Comments
 (0)