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 build"
|
||||
command = "yarn build:sas"
|
||||
publish = "apps/partner-sas/.next"
|
||||
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF apps/partner-sas packages/common packages/trpc packages/design-system packages/typescript-config"
|
||||
|
||||
[context.branch-deploy]
|
||||
command = "yarn build"
|
||||
command = "yarn build:sas"
|
||||
|
||||
[context.deploy-preview]
|
||||
command = "yarn build"
|
||||
command = "yarn build:sas"
|
||||
|
||||
[build.environment]
|
||||
# set TERM variable for terminal output
|
||||
|
||||
Reference in New Issue
Block a user