From b931db762ccfe7fa31175699128d59b88317edca Mon Sep 17 00:00:00 2001 From: Samuel Bodin <1637651+bodinsamuel@users.noreply.github.com> Date: Mon, 25 Apr 2022 21:50:44 +0200 Subject: [PATCH] chore: fix release script --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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