Unverified Commit 714a7a86 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

Merge pull request #327965 from kiike/fix/basedpyright

basedpyright: fix stubs not being found in the expected location
parents 536541be b9430e8d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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