twenty/packages/twenty-server/scripts/run-integration.sh
Charles Bochet e576fe0d67
Update yarn commands (#4644)
* Simplify commands

* Simplify commands

* Migrate all dev commands to project.json

* Fix tests
2024-03-25 12:31:18 +01:00

9 lines
182 B
Bash
Executable File

#!/usr/bin/env bash
# scripts/run-integration.sh
DIR="$(cd "$(dirname "$0")" && pwd)"
source $DIR/set-env-test.sh
yarn nx database:reset
yarn nx jest --config ./test/jest-e2e.json