Skip to content

Commit ce8b9ea

Browse files
authored
Change lerna command to use yarn run
1 parent 0552336 commit ce8b9ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ echo "Doing a release..."
1717
LOG=$(git log --format="%s" -1 | grep -Poe "#\d+")
1818
PR_NUM=${LOG:1}
1919

20-
run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txt
20+
yarn run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txt
2121

2222
# use lerna command below for dry run
2323
#yarn run lerna version prerelease --preid=prerelease --yes --no-git-tag-version --no-push | tee lerna-output.txt

0 commit comments

Comments
 (0)