Skip to content

Commit

Permalink
update release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMoch committed Oct 23, 2024
1 parent a8205b7 commit b82bd61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.lockb binary diff=lockb
Binary file modified bun.lockb
Binary file not shown.
5 changes: 2 additions & 3 deletions packages/react-native-video/.release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
"hooks": {
"before:init": [
"rm -Rf lib tsconfig.tsbuildinfo",
"yarn install --frozen-lockfile --non-interactive --production=false",
"yarn run lint",
"yarn run build"
"bun install",
"bun run build"
],
"after:release": "echo Successfully released ${name} v${version} from repository ${repo.repository}."
},
Expand Down

0 comments on commit b82bd61

Please sign in to comment.