1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/scripts/check-release.sh

14 lines
138 B
Bash
Raw Normal View History

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