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 1616 "typecheck" : " tsc --noEmit" ,
1717 "watch" : " concurrently 'yarn typecheck --watch' 'lerna run --parallel prepare -- --watch'" ,
1818 "test" : " yarn workspace react-native-builder-bob test" ,
19- "docs" : " yarn workspace docs"
19+ "docs" : " yarn workspace docs" ,
20+ "release" : " lerna publish"
2021 },
2122 "devDependencies" : {
2223 "@commitlint/config-conventional" : " ^17.0.2" ,
2324 "@eslint/compat" : " ^1.2.7" ,
2425 "@eslint/eslintrc" : " ^3.3.0" ,
2526 "@eslint/js" : " ^9.22.0" ,
2627 "@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" ,
2931 "@vitest/eslint-plugin" : " ^1.1.39" ,
3032 "commitlint" : " ^17.0.2" ,
3133 "concurrently" : " ^7.2.2" ,
You can’t perform that action at this time.
0 commit comments