mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-26 13:31:45 +03:00
e576fe0d67
* Simplify commands * Simplify commands * Migrate all dev commands to project.json * Fix tests
9 lines
182 B
Bash
Executable File
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
|