1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00
unleash.unleash/scripts/check-release.sh

14 lines
145 B
Bash
Raw Normal View History

#!/bin/bash
set -e
yarn run lint
2024-08-07 10:54:44 +02:00
yarn run test:report
cd frontend
2024-08-07 12:17:26 +02:00
yarn
yarn run ts:check
yarn run lint:check
yarn run fmt:check
yarn run test