diff --git a/ts/update-licenses.sh b/ts/update-licenses.sh index 348d5056e..07c3aa147 100755 --- a/ts/update-licenses.sh +++ b/ts/update-licenses.sh @@ -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