fix update-licenses.sh

This commit is contained in:
Damien Elmes 2021-12-03 20:09:08 +10:00
parent c2ab0de34f
commit 47b701688f

View file

@ -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