Fix yarn.sh failing with linked out folder

This commit is contained in:
Damien Elmes 2023-03-31 13:08:59 +10:00
parent 53c6714857
commit f05e5b448d

View File

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