File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ YARN_ENABLE_GLOBAL_CACHE = "true"
7
7
# YARN_CACHE_FOLDER = "$HOME/.yarn_cache"
8
8
# YARN_VERSION = "3.2.0"
9
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"
10
+ 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
11
[functions ]
12
12
directory = " web/netlify/functions/"
You can’t perform that action at this time.
0 commit comments