test: find error triggering script
This commit is contained in:
parent
a576612d34
commit
8b794c8fec
|
@ -8,10 +8,10 @@
|
||||||
NPM_VERSION = "7.3.0"
|
NPM_VERSION = "7.3.0"
|
||||||
|
|
||||||
[context.production]
|
[context.production]
|
||||||
command = "hugo -b $URL --gc --minify && npm run build:functions"
|
command = "hugo -b $URL --gc && npm run build:functions"
|
||||||
|
|
||||||
[context.deploy-preview]
|
[context.deploy-preview]
|
||||||
command = "hugo -b $DEPLOY_PRIME_URL --gc"
|
command = "hugo -b $DEPLOY_PRIME_URL --gc"
|
||||||
|
|
||||||
[context.branch-deploy]
|
[context.branch-deploy]
|
||||||
command = "hugo -b $DEPLOY_PRIME_URL --gc --minify"
|
command = "hugo -b $DEPLOY_PRIME_URL --gc"
|
||||||
|
|
Loading…
Reference in New Issue