Merged in fix/update-build-ignore-script (pull request #3129)

fix: Add missing package to ignore script

* Add missing package to ignore script
This commit is contained in:
Anton Gunnarsson
2025-11-11 14:58:09 +00:00
parent 78ac93d836
commit 94ac475d5e
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
command = "yarn test --filter=@scandic-hotels/scandic-web && yarn build:web"
publish = "apps/scandic-web/.next"
ignore = "if [ -z ${CACHED_COMMIT_REF+x} ] ; then echo 'no CACHED_COMMIT_REF found' && false ; else git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF apps/scandic-web packages/common packages/trpc packages/design-system packages/typescript-config ; fi"
ignore = "if [ -z ${CACHED_COMMIT_REF+x} ] ; then echo 'no CACHED_COMMIT_REF found' && false ; else git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF apps/scandic-web packages/booking-flow packages/common packages/trpc packages/design-system packages/typescript-config ; fi"
[context.branch-deploy]
command = "yarn test --filter=@scandic-hotels/scandic-web && yarn build:web"