6 lines
88 B
Bash
Executable File
6 lines
88 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
./scripts/link.sh
|
|
rm -rf tmp
|
|
jest --maxWorkers=1 ./build/e2e/bazel
|