anki/ts/yarn.sh

8 lines
127 B
Bash
Executable File

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