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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user