Anki/ts/yarn.sh

7 lines
127 B
Bash
Executable file

#!/bin/bash
# Execute subcommand (eg 'yarn <cmd> ...') and update licenses.
set -e
bazel run yarn -- $*
./update-licenses.sh