Add test command
For now this just runs typescript tests. Eventually it'll do more than that.
This commit is contained in:
7
framework/cmd.d/test
Executable file
7
framework/cmd.d/test
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -eu
|
||||||
|
|
||||||
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
|
|
||||||
|
"$DIR"/../shims/pnpm tsx --test "$@"
|
||||||
Reference in New Issue
Block a user