From b82bd61757688ae8b97a26a5f98048e6ad265f1e Mon Sep 17 00:00:00 2001 From: Krzysztof Moch Date: Wed, 23 Oct 2024 16:51:28 +0200 Subject: [PATCH] update release-it config --- .gitattributes | 1 + bun.lockb | Bin 825160 -> 825228 bytes packages/react-native-video/.release-it.json | 5 ++--- 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..cc672fedf9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.lockb binary diff=lockb \ No newline at end of file diff --git a/bun.lockb b/bun.lockb index 03916c989200ddca00122493fd86b0ec2b359b8b..8ca0453dff8b8ad654fe3c18d7c6d13d1d951787 100755 GIT binary patch delta 199 zcmX@H&ZuX-(F8rk#q!$g7w!7#di9n;oWI+3#`>k%$%R^$M<+K=h|P&j{`zO5|H~YX zjjqj1@wkYwFN2&S{Bi4+>5j`;CjbEMFixfb delta 161 zcmeBKZ**dv(F8rkkH75mSoKw0bbO~QEsvj{a{NJW^U+PZZ+H3__x-q}v3JKt|Cc!& zYb*bDF8v(#y4fMO-659|h?#(x8Hibcm=%cGwmamqXRU^-Y~Liov3-*S=e7T=sTBqJ nsqMWITtLjdy;p*Vy9Tao`+_Mv6Byy#=@!#?8m6ZduucE~&lyT$ diff --git a/packages/react-native-video/.release-it.json b/packages/react-native-video/.release-it.json index cc4c21fd7d..2fb6cf62de 100644 --- a/packages/react-native-video/.release-it.json +++ b/packages/react-native-video/.release-it.json @@ -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}." },