mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
14 lines
145 B
Bash
Executable File
14 lines
145 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
yarn run lint
|
|
yarn run test:report
|
|
|
|
cd frontend
|
|
yarn
|
|
yarn run ts:check
|
|
yarn run lint:check
|
|
yarn run fmt:check
|
|
yarn run test
|