mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
fix update-licenses.sh
This commit is contained in:
parent
c2ab0de34f
commit
47b701688f
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
|||
|
||||
set -e
|
||||
|
||||
cd .. && ./node_modules/.bin/license-checker-rseidelsohn --production --json \
|
||||
cd .. && bazel run ts:node -- ./node_modules/.bin/license-checker-rseidelsohn --production --json \
|
||||
--excludePackages anki --relativeLicensePath \
|
||||
--relativeModulePath > ts/licenses.json
|
||||
|
|
Loading…
Reference in a new issue