Skip to content

Commit

Permalink
fix: build-command
Browse files Browse the repository at this point in the history
  • Loading branch information
Harman-singh-waraich committed Nov 21, 2024
1 parent e75a46b commit 4027336
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ NETLIFY_YARN_WORKSPACES = "true"
YARN_ENABLE_GLOBAL_CACHE = "true"
# YARN_CACHE_FOLDER = "$HOME/.yarn_cache"
# YARN_VERSION = "3.2.0"
[build]
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"

[functions]
directory = "web/netlify/functions/"

0 comments on commit 4027336

Please sign in to comment.