File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 9
9
"node" : " v20.11.1"
10
10
},
11
11
"scripts" : {
12
+ "build" : " turbo run build" ,
12
13
"format" : " concurrently 'yarn:format:*'" ,
13
14
"format:c" : " clang-format -i $(git ls-files '*.cpp' '*.h' '*.m' '*.mm') --style file:.config/.clang-format" ,
14
15
"format:js" : " prettier --write $(git ls-files '*.js' '*.json' '*.ts' '*.tsx' '*.yml' 'README.md')" ,
Original file line number Diff line number Diff line change 38
38
"directory" : " packages/default-storage-backend"
39
39
},
40
40
"scripts" : {
41
- "prepare" : " bob build" ,
41
+ "prepack" : " yarn build" ,
42
+ "build" : " bob build" ,
42
43
"start" : " react-native start" ,
43
44
"start:android" : " react-native run-android" ,
44
45
"start:ios" : " react-native run-ios" ,
Original file line number Diff line number Diff line change 2
2
"$schema" : " https://turbo.build/schema.json" ,
3
3
"pipeline" : {
4
4
"test:lint" : {},
5
- "test:ts" : {}
5
+ "test:ts" : {},
6
+ "build" : {
7
+ "outputs" : [" lib/**" ]
8
+ },
9
+ "async-storage-website#build" : {
10
+ "outputs" : [" build/**" ]
11
+ }
6
12
}
7
13
}
You can’t perform that action at this time.
0 commit comments