Skip to content

Commit c62de15

Browse files
committed
chore: allow prepare_release script to continue on yarn naughty-patch failure
1 parent 2b2505d commit c62de15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prepare_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ python -m venv .venv
1414
. .venv/bin/activate
1515
pip install git-archive-all
1616
# see .github/workflows/test.yml for more info
17-
yarn naughty-patch
17+
yarn naughty-patch || true
1818
PACKAGE_VERSION=$(node -p "require('./package.json').version")
1919
yarn update_version
2020
echo "PACKAGE_VERSION: $PACKAGE_VERSION"

0 commit comments

Comments
 (0)