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
Tymoteusz Czech 340bcf1d1b
fix: add frontend eslint check (#2562)
Add eslint to CI pipeline
2023-01-02 10:46:32 +01:00

14 lines
138 B
Bash
Executable File

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