File tree Expand file tree Collapse file tree 2 files changed +16
-10
lines changed
packages/create-react-native-library/templates Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 60
60
"registry" : " https://registry.npmjs.org/"
61
61
},
62
62
"devDependencies" : {
63
- "@evilmartians/lefthook" : " ^1.2.2" ,
64
63
"@commitlint/config-conventional" : " ^17.0.2" ,
64
+ "@evilmartians/lefthook" : " ^1.2.2" ,
65
65
"@react-native-community/eslint-config" : " ^3.0.2" ,
66
66
"@release-it/conventional-changelog" : " ^5.0.0" ,
67
67
"@types/jest" : " ^28.1.2" ,
80
80
"react-native-builder-bob" : " ^<%- bob.version %>" ,
81
81
"release-it" : " ^15.0.0" ,
82
82
<% if (turborepo) { -%>
83
- "turbo" : " ^1.6.3 " ,
83
+ "turbo" : " ^1.10.7 " ,
84
84
<% } -%>
85
85
"typescript" : " ^5.0.2"
86
86
},
Original file line number Diff line number Diff line change 5
5
"build:android" : {
6
6
"inputs" : [
7
7
" package.json" ,
8
- " android/**" ,
9
- " src/**/*.ts" ,
10
- " src/**/*.tsx" ,
8
+ " android" ,
9
+ " !android/build" ,
10
+ " src/*.ts" ,
11
+ " src/*.tsx" ,
11
12
" example/package.json" ,
12
- " example/android/**"
13
+ " example/android" ,
14
+ " !example/android/.gradle" ,
15
+ " !example/android/build" ,
16
+ " !example/android/app/build"
13
17
],
14
18
"outputs" : []
15
19
},
16
20
"build:ios" : {
17
21
"inputs" : [
18
22
" package.json" ,
19
23
" *.podspec" ,
20
- " ios/** " ,
21
- " src/**/* .ts" ,
22
- " src/**/* .tsx" ,
24
+ " ios" ,
25
+ " src/*.ts" ,
26
+ " src/*.tsx" ,
23
27
" example/package.json" ,
24
- " example/ios/**"
28
+ " example/ios" ,
29
+ " !example/ios/build" ,
30
+ " !example/ios/Pods"
25
31
],
26
32
"outputs" : []
27
33
}
You can’t perform that action at this time.
0 commit comments