File tree Expand file tree Collapse file tree 3 files changed +242
-8
lines changed Expand file tree Collapse file tree 3 files changed +242
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "extends": "semantic-release-monorepo",
2
3
"branches": ["main"],
3
4
"plugins": [
4
5
"@semantic-release/commit-analyzer",
Original file line number Diff line number Diff line change 49
49
"test" : " jest" ,
50
50
"e2e" : " E2E=true yarn test -i e2e" ,
51
51
"build" : " bob build && merge-dirs lib/typescript/src lib/commonjs && merge-dirs lib/typescript/src lib/module" ,
52
- "release" : " semantic-release" ,
53
52
"build-skia-ios-framework" : " ts-node ./scripts/build-skia-ios-framework.ts" ,
54
53
"build-skia-ios" : " ts-node ./scripts/build-skia-ios.ts && yarn build-skia-ios-framework" ,
55
54
"build-skia-android" : " ts-node ./scripts/build-skia-android.ts" ,
122
121
"react-native-builder-bob" : " 0.18.2" ,
123
122
"react-native-reanimated" : " ^3.15.1" ,
124
123
"rimraf" : " 3.0.2" ,
124
+ "semantic-release-monorepo" : " ^8.0.2" ,
125
125
"ts-jest" : " 29.1.1" ,
126
126
"ts-node" : " ^10.9.2" ,
127
127
"typescript" : " ^5.2.2" ,
You can’t perform that action at this time.
0 commit comments