Skip to content

Commit a43cae1

Browse files
committed
chore: fix release.sh
1 parent d578b37 commit a43cae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ for dir in "${dirs[@]}"; do
4444

4545
cd "./build-dist";
4646
echo "Publishing $dir... $(pwd)";
47-
lerna publish from-package;
47+
npx lerna publish from-package;
4848

4949
if [[ "$dir" == "platform" ]]; then
5050
echo "You need to approve the DRAFT release at https://github.com/ulixee/platform/releases/tag/$TAG";

0 commit comments

Comments
 (0)