Skip to content

Commit

Permalink
chore: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Apr 25, 2022
1 parent 09ad555 commit b931db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b931db7

Please sign in to comment.