1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/scripts/check-release.sh
Jaanus Sellin 37aef5792b
feat: add database url to environment variable (#7792)
After adding [postgres
service](https://github.com/Unleash/unleash/pull/7790) , we also need to
configure the url to database. This adds it.
2024-08-28 15:56:34 +03:00

14 lines
138 B
Bash
Executable File

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