anki/ts/yarn.sh

8 lines
127 B
Bash
Raw Normal View History

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