diff --git a/scripts/release.sh b/scripts/release.sh index 7fa082fa9..0322665a1 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -75,7 +75,7 @@ echo echo "Publishing frontend on npm..." ## Release frontend cd frontend/ -yarn publish --otp $OTP +npm publish --otp $OTP cd .. ## Release git