mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
7 lines
No EOL
132 B
Bash
Executable file
7 lines
No EOL
132 B
Bash
Executable file
#!/bin/bash
|
|
# Update JS dependencies and dump runtime licenses to licenses.json
|
|
|
|
set -e
|
|
|
|
bazel run yarn upgrade
|
|
./update-licenses.sh |