chore: add unit test to scandic web pipeline

This commit is contained in:
Christian Andolf
2025-06-27 13:40:55 +02:00
parent ff40ef72c4
commit a3645da8c4
3 changed files with 5 additions and 5 deletions

View File

@@ -1,13 +1,13 @@
[build]
command = "yarn build"
command = "yarn test && yarn build"
publish = "apps/scandic-web/.next"
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF apps/scandic-web packages/common packages/trpc packages/design-system packages/typescript-config"
[context.branch-deploy]
command = "yarn build"
command = "yarn test && yarn build"
[context.deploy-preview]
command = "yarn build"
command = "yarn test && yarn build"
# [[plugins]]
# package = "netlify-plugin-cypress"