diff --git a/ts/yarn.sh b/ts/yarn.sh index fbad15ed4..6131e189b 100755 --- a/ts/yarn.sh +++ b/ts/yarn.sh @@ -3,13 +3,12 @@ set -e -PATH=../out/extracted/node/bin +PATH=$(realpath ../out/extracted/node/bin) ../out/extracted/node/bin/yarn $* cd .. -PATH=out/extracted/node/bin ./node_modules/.bin/license-checker-rseidelsohn --production --json \ --excludePackages anki --relativeLicensePath \ --relativeModulePath > ts/licenses.json