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