Skip to content

Commit

Permalink
feat: add database url to environment variable (#7792)
Browse files Browse the repository at this point in the history
After adding [postgres
service](#7790) , we also need to
configure the url to database. This adds it.
  • Loading branch information
sjaanus authored Aug 28, 2024
1 parent 031a2e8 commit 37aef57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/check-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ yarn run lint
yarn run test

cd frontend
yarn
yarn run ts:check
yarn run lint:check
yarn run fmt:check
Expand Down

0 comments on commit 37aef57

Please sign in to comment.