Skip to content

Commit 6c29e08

Browse files
committed
Fix Netlify deploy
1 parent 182c901 commit 6c29e08

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 -- --fetch"
2+
command = "git fetch --unshallow && npm run build -- --fetch"
33

44
[build.environment]
55
NODE_VERSION = "16.14.2"

0 commit comments

Comments
 (0)