1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
unleash.unleash/scripts/check-release.sh

13 lines
133 B
Bash
Raw Normal View History

#!/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