Skip to content

Commit db895fb

Browse files
authored
chore: netlify command tweak
1 parent dbcad12 commit db895fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ YARN_ENABLE_GLOBAL_CACHE = "true"
77
# YARN_CACHE_FOLDER = "$HOME/.yarn_cache"
88
# YARN_VERSION = "3.2.0"
99
[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"
1111
[functions]
1212
directory = "web/netlify/functions/"

0 commit comments

Comments
 (0)