We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbcad12 commit db895fbCopy full SHA for db895fb
web/netlify.toml
@@ -7,6 +7,6 @@ YARN_ENABLE_GLOBAL_CACHE = "true"
7
# YARN_CACHE_FOLDER = "$HOME/.yarn_cache"
8
# YARN_VERSION = "3.2.0"
9
[build]
10
-command = "yarn workspace @kleros/kleros-v2-contracts install && yarn workspace @kleros/kleros-app install && yarn workspace @kleros/kleros-v2-web install && yarn workspace @kleros/kleros-v2-contracts build && yarn workspace @kleros/kleros-app build && yarn workspace @kleros/kleros-v2-web build-netlify"
+command = "yarn workspaces foreach -Rpt --from @kleros/kleros-v2-web install && yarn workspaces foreach -Ap --include @kleros/kleros-app --include @kleros/kleros-v2-contracts run build && yarn workspace @kleros/kleros-v2-web build-netlify"
11
[functions]
12
directory = "web/netlify/functions/"
0 commit comments