File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 51
51
if : matrix.os == 'macos-latest'
52
52
run : npm install -g appdmg
53
53
- name : Install dependencies
54
- run : pnpm install
54
+ run : npm exec turbo run bootstrap
55
55
- name : Run e2e
56
56
run : npm exec turbo run ui-tars-desktop#test:e2e
Original file line number Diff line number Diff line change 44
44
node-version : 20
45
45
cache : ' pnpm'
46
46
- name : Install dependencies
47
- run : pnpm install
47
+ run : npm exec turbo run bootstrap
48
48
- name : Run typecheck
49
49
run : npm exec turbo run typecheck
50
50
- name : Run test
Original file line number Diff line number Diff line change 8
8
"author" : " ByteDance" ,
9
9
"scripts" : {
10
10
"commit" : " oco" ,
11
+ "bootstrap" : " pnpm i" ,
11
12
"dev:ui-tars" : " turbo run ui-tars-desktop#dev" ,
12
13
"dev:agent-tars" : " turbo run agent-tars-app#dev" ,
13
14
"format" : " prettier --write ." ,
Original file line number Diff line number Diff line change 2
2
"$schema" : " https://turbo.build/schema.json" ,
3
3
"envMode" : " loose" ,
4
4
"tasks" : {
5
+ "//#bootstrap" : {
6
+ "outputs" : [
7
+ " build/**" ,
8
+ " dist/**" ,
9
+ " out/**"
10
+ ]
11
+ },
5
12
"ui-tars-desktop#build" : {
6
13
"outputs" : [
7
14
" dist/**" ,
You can’t perform that action at this time.
0 commit comments