mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
b21d058bec
This makes it easier to run the tests when `cd`-ing into the directory, and also takes care of cleaning up the environment when you exit the directory. It also helps editors with direnv support find the relevant libraries so that they can perform more helpful analysis. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4963 GitOrigin-RevId: d253c054c09c1bf7017ade9f7af414b56ee26fe0
5 lines
93 B
Bash
5 lines
93 B
Bash
#!/usr/bin/env bash
|
|
|
|
source_env ../../.envrc
|
|
source_env .hasura-dev-python-venv/bin/activate
|