Skip to content

Commit 4027336

Browse files
committed
fix: build-command
1 parent e75a46b commit 4027336

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/netlify.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ NETLIFY_YARN_WORKSPACES = "true"
66
YARN_ENABLE_GLOBAL_CACHE = "true"
77
# YARN_CACHE_FOLDER = "$HOME/.yarn_cache"
88
# YARN_VERSION = "3.2.0"
9+
[build]
910
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"
11+
1012
[functions]
1113
directory = "web/netlify/functions/"

0 commit comments

Comments
 (0)