wallet-core/packages/taler-wallet-core/watch_test.sh
2023-06-15 13:07:13 -03:00

4 lines
103 B
Bash
Executable File

#!/bin/bash
./node_modules/typescript/bin/tsc --watch &
./node_modules/ava/entrypoints/cli.mjs -w "$@"