Fix yarn.sh failing with linked out folder
This commit is contained in:
parent
53c6714857
commit
f05e5b448d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user