Merged in fix/update-build-scripts (pull request #2488)

Update build scripts for apps

* Update build scripts for apps


Approved-by: Joakim Jäderberg
This commit is contained in:
Anton Gunnarsson
2025-07-01 07:20:06 +00:00
parent 1b95acad29
commit c41b2314bf
3 changed files with 8 additions and 6 deletions

View File

@@ -1,13 +1,13 @@
[build]
command = "yarn test && yarn build"
command = "yarn test && yarn build:web"
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 test && yarn build"
command = "yarn test && yarn build:web"
[context.deploy-preview]
command = "yarn test && yarn build"
command = "yarn test && yarn build:web"
# [[plugins]]
# package = "netlify-plugin-cypress"