Skip to content

Commit

Permalink
Fix release for monorepo (#2621)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Sep 10, 2024
1 parent 8b4581c commit d243c1f
Show file tree
Hide file tree
Showing 3 changed files with 242 additions and 8 deletions.
1 change: 1 addition & 0 deletions packages/skia/.releaserc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"extends": "semantic-release-monorepo",
"branches": ["main"],
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down
2 changes: 1 addition & 1 deletion packages/skia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"test": "jest",
"e2e": "E2E=true yarn test -i e2e",
"build": "bob build && merge-dirs lib/typescript/src lib/commonjs && merge-dirs lib/typescript/src lib/module",
"release": "semantic-release",
"build-skia-ios-framework": "ts-node ./scripts/build-skia-ios-framework.ts",
"build-skia-ios": "ts-node ./scripts/build-skia-ios.ts && yarn build-skia-ios-framework",
"build-skia-android": "ts-node ./scripts/build-skia-android.ts",
Expand Down Expand Up @@ -122,6 +121,7 @@
"react-native-builder-bob": "0.18.2",
"react-native-reanimated": "^3.15.1",
"rimraf": "3.0.2",
"semantic-release-monorepo": "^8.0.2",
"ts-jest": "29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.2.2",
Expand Down
Loading

0 comments on commit d243c1f

Please sign in to comment.