Skip to content

Commit

Permalink
replace worklfow with release-it hook
Browse files Browse the repository at this point in the history
  • Loading branch information
alduzy committed Nov 7, 2024
1 parent 55b1b92 commit b96af98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 34 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/ios-podfiles-update.yml

This file was deleted.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
"sync-architectures": "node ./scripts/codegen-sync-archs.js",
"pod-update": "cd $APP_DIR/ios && pod install && cd ../.."
},
"release-it": {
"hooks": {
"after:bump": "APP_DIR=Example yarn pod-update && APP_DIR=FabricExample yarn pod-update"
}
},
"main": "lib/commonjs/index",
"module": "lib/module/index",
"react-native": "src/index",
Expand Down

0 comments on commit b96af98

Please sign in to comment.