Skip to content

Commit

Permalink
fix: add yarn back
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Aug 7, 2024
1 parent 3065675 commit c2334c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/check-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

set -e

yarn
yarn run lint
yarn run test
yarn run test:report

cd frontend
yarn run ts:check
Expand Down

0 comments on commit c2334c1

Please sign in to comment.