Merge pull request #327965 from kiike/fix/basedpyright

basedpyright: fix stubs not being found in the expected location
This commit is contained in:
Gaétan Lepage 2024-07-19 13:35:32 +02:00 committed by GitHub
commit 714a7a86cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,8 +98,7 @@ buildNpmPackage rec {
postPatch = ''
chmod +w ../../
mkdir ../../docstubs
ln -s ${docstubs}/stubs ../../docstubs
ln -s ${docstubs} ../../docstubs
ln -s ${pyright-root}/node_modules ../../node_modules
chmod +w ../pyright-internal
ln -s ${pyright-internal}/node_modules ../pyright-internal/node_modules