We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d578b37 commit a43cae1Copy full SHA for a43cae1
release.sh
@@ -44,7 +44,7 @@ for dir in "${dirs[@]}"; do
44
45
cd "./build-dist";
46
echo "Publishing $dir... $(pwd)";
47
- lerna publish from-package;
+ npx lerna publish from-package;
48
49
if [[ "$dir" == "platform" ]]; then
50
echo "You need to approve the DRAFT release at https://github.com/ulixee/platform/releases/tag/$TAG";
0 commit comments