Migrate to a monorepo structure (#2909)
This commit is contained in:
8
packages/twenty-server/scripts/run-integration.sh
Executable file
8
packages/twenty-server/scripts/run-integration.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
# scripts/run-integration.sh
|
||||
|
||||
DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
source $DIR/set-env-test.sh
|
||||
|
||||
yarn database:init
|
||||
yarn jest --config ./test/jest-e2e.json
|
||||
Reference in New Issue
Block a user