chore: add unit test to scandic web pipeline
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user