File tree 3 files changed +7
-2
lines changed
3 files changed +7
-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/"
You can’t perform that action at this time.
0 commit comments