1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/scripts/check-release.sh
Jaanus Sellin 370c76864d
chore: align with 6.1 (#7804)
Align with workflow findings from 6.1.


3065675117
- needs to find the database

8a59ff70b7
- yarn install is done twice, which is not needed
2024-08-08 11:24:17 +03:00

13 lines
133 B
Bash
Executable File

#!/bin/bash
set -e
yarn run lint
yarn run test
cd frontend
yarn run ts:check
yarn run lint:check
yarn run fmt:check
yarn run test