For now this just runs typescript tests. Eventually it'll do more than that.
8 lines
112 B
Bash
Executable File
8 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
|
|
"$DIR"/../shims/pnpm tsx --test "$@"
|