From 47b701688f6358e63a7d58e858b11849be8f7e1e Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 3 Dec 2021 20:09:08 +1000 Subject: [PATCH] fix update-licenses.sh --- ts/update-licenses.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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