I _think_ the ignore trigger is correct..

This commit is contained in:
Quinn Dougherty 2022-04-14 23:40:59 -04:00
parent 678c4dbee1
commit b327e08c0e

View File

@ -2,7 +2,7 @@
base = "packages/components/"
command = "cd ../squiggle-lang && yarn build && cd ../components && yarn build"
publish = "storybook-static/"
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../squiggle-lang"
ignore = "node -e 'process.exitCode = process.env.BRANCH.includes(\"dependabot\") ? 0 : 1' && gt diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../squiggle-lang"
[build.environment]
NETLIFY_USE_YARN = "true"