test: find error triggering script

This commit is contained in:
Henk Verlinde 2021-03-17 08:46:13 +01:00
parent a576612d34
commit 8b794c8fec
1 changed files with 2 additions and 2 deletions

View File

@ -8,10 +8,10 @@
NPM_VERSION = "7.3.0"
[context.production]
command = "hugo -b $URL --gc --minify && npm run build:functions"
command = "hugo -b $URL --gc && npm run build:functions"
[context.deploy-preview]
command = "hugo -b $DEPLOY_PRIME_URL --gc"
[context.branch-deploy]
command = "hugo -b $DEPLOY_PRIME_URL --gc --minify"
command = "hugo -b $DEPLOY_PRIME_URL --gc"