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 81
81
"local-stack" : " scripts/tmux-local-stack.sh" ,
82
82
"changelog" : " conventional-changelog --infile CHANGELOG.md --same-file --release-count 0 && prettier --write CHANGELOG.md" ,
83
83
"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"
85
87
},
86
88
"alias" : {
87
89
"process" : " process/browser.js" ,
Original file line number Diff line number Diff line change 48
48
},
49
49
"dependencies" : {
50
50
"@kleros/kleros-sdk" : " workspace:^" ,
51
+ "@kleros/kleros-v2-contracts" : " workspace:^" ,
51
52
"@kleros/ui-components-library" : " ^2.20.0" ,
52
53
"@tanstack/react-query" : " ^5.61.0" ,
53
54
"@wagmi/connectors" : " ^5.5.0" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ NETLIFY_YARN_WORKSPACES = "true"
6
6
YARN_ENABLE_GLOBAL_CACHE = " true"
7
7
# YARN_CACHE_FOLDER = "$HOME/.yarn_cache"
8
8
# YARN_VERSION = "3.2.0"
9
+
9
10
[build ]
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
+ command = " yarn build:web:ci"
12
+
11
13
[functions ]
12
14
directory = " web/netlify/functions/"
Original file line number Diff line number Diff line change @@ -5554,6 +5554,7 @@ __metadata:
5554
5554
"@graphql-codegen/cli": "npm:^5.0.3"
5555
5555
"@graphql-codegen/client-preset": "npm:^4.5.1"
5556
5556
"@kleros/kleros-sdk": "workspace:^"
5557
+ "@kleros/kleros-v2-contracts": "workspace:^"
5557
5558
"@kleros/ui-components-library": "npm:^2.20.0"
5558
5559
"@svgr/webpack": "npm:^8.1.0"
5559
5560
"@tanstack/react-query": "npm:^5.61.0"
You can’t perform that action at this time.
0 commit comments