File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 8181 "local-stack" : " scripts/tmux-local-stack.sh" ,
8282 "changelog" : " conventional-changelog --infile CHANGELOG.md --same-file --release-count 0 && prettier --write CHANGELOG.md" ,
8383 "postinstall" : " yarn check-prerequisites; husky install" ,
84- "reinstall" : " YARN_CHECKSUM_BEHAVIOR=update yarn install --no-immutable"
84+ "reinstall" : " YARN_CHECKSUM_BEHAVIOR=update yarn install --no-immutable" ,
85+ "build:web:ci" : " yarn workspaces focus @kleros/kleros-v2-web && yarn workspaces foreach -Ap --include kleros-app --include contracts run build && yarn workspace @kleros/kleros-v2-web build-netlify" ,
86+ "build:web-devtools:ci" : " yarn workspaces focus @kleros/kleros-v2-web-devtools && yarn workspaces foreach -Ap --include contracts run build && yarn workspace @kleros/kleros-v2-web-devtools build-netlify"
8587 },
8688 "alias" : {
8789 "process" : " process/browser.js" ,
Original file line number Diff line number Diff line change 4848 },
4949 "dependencies" : {
5050 "@kleros/kleros-sdk" : " workspace:^" ,
51+ "@kleros/kleros-v2-contracts" : " workspace:^" ,
5152 "@kleros/ui-components-library" : " ^2.20.0" ,
5253 "@tanstack/react-query" : " ^5.61.0" ,
5354 "@wagmi/connectors" : " ^5.5.0" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ NETLIFY_YARN_WORKSPACES = "true"
66YARN_ENABLE_GLOBAL_CACHE = " true"
77# YARN_CACHE_FOLDER = "$HOME/.yarn_cache"
88# YARN_VERSION = "3.2.0"
9+
910[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"
11+ command = " yarn build:web:ci"
12+
1113[functions ]
1214directory = " web/netlify/functions/"
Original file line number Diff line number Diff line change @@ -5554,6 +5554,7 @@ __metadata:
55545554 "@graphql-codegen/cli": "npm:^5.0.3"
55555555 "@graphql-codegen/client-preset": "npm:^4.5.1"
55565556 "@kleros/kleros-sdk": "workspace:^"
5557+ "@kleros/kleros-v2-contracts": "workspace:^"
55575558 "@kleros/ui-components-library": "npm:^2.20.0"
55585559 "@svgr/webpack": "npm:^8.1.0"
55595560 "@tanstack/react-query": "npm:^5.61.0"
You can’t perform that action at this time.
0 commit comments