Commit 8b794c8f authored by Henk Verlinde's avatar Henk Verlinde
Browse files

test: find error triggering script

parent a576612d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"