File tree Expand file tree Collapse file tree 2 files changed +1799
-1380
lines changed Expand file tree Collapse file tree 2 files changed +1799
-1380
lines changed Original file line number Diff line number Diff line change 16
16
"typecheck" : " tsc --noEmit" ,
17
17
"watch" : " concurrently 'yarn typecheck --watch' 'lerna run --parallel prepare -- --watch'" ,
18
18
"test" : " yarn workspace react-native-builder-bob test" ,
19
- "docs" : " yarn workspace docs"
19
+ "docs" : " yarn workspace docs" ,
20
+ "release" : " lerna publish"
20
21
},
21
22
"devDependencies" : {
22
23
"@commitlint/config-conventional" : " ^17.0.2" ,
23
24
"@eslint/compat" : " ^1.2.7" ,
24
25
"@eslint/eslintrc" : " ^3.3.0" ,
25
26
"@eslint/js" : " ^9.22.0" ,
26
27
"@evilmartians/lefthook" : " ^1.5.0" ,
27
- "@lerna-lite/cli" : " ^1.13.0" ,
28
- "@lerna-lite/run" : " ^1.13.0" ,
28
+ "@lerna-lite/cli" : " ^4.1.2" ,
29
+ "@lerna-lite/publish" : " ^4.1.2" ,
30
+ "@lerna-lite/run" : " ^4.1.2" ,
29
31
"@vitest/eslint-plugin" : " ^1.1.39" ,
30
32
"commitlint" : " ^17.0.2" ,
31
33
"concurrently" : " ^7.2.2" ,
You can’t perform that action at this time.
0 commit comments