wallet-core/packages/taler-wallet-core/watch_test.sh

4 lines
103 B
Bash
Raw Normal View History

2023-06-15 18:07:13 +02:00
#!/bin/bash
./node_modules/typescript/bin/tsc --watch &
./node_modules/ava/entrypoints/cli.mjs -w "$@"