4 lines
103 B
Bash
4 lines
103 B
Bash
|
#!/bin/bash
|
||
|
./node_modules/typescript/bin/tsc --watch &
|
||
|
./node_modules/ava/entrypoints/cli.mjs -w "$@"
|