Revert git command in netlfy build steps

This commit is contained in:
Aidan Ranney 2020-12-16 17:31:23 -08:00
parent 3afe0a6685
commit 60a6fc076f
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
[build]
publish = "public"
command = "git submodule update --init --recursive --depth 1 && make production-build"
command = "make production-build"
[build.environment]
HUGO_VERSION = "0.79.0"
NODE_VERSION = "12"
[context.deploy-preview]
command = "git submodule update --init --recursive --depth 1 && make preview-build"
command = "make preview-build"
[context.branch-deploy]
command = "git submodule update --init --recursive --depth 1 && make preview-build"
command = "make preview-build"