Commit b9430e8d authored by Enric Morales's avatar Enric Morales
Browse files

basedpyright: fix stubs not being found in the expected location

parent 2f53ab98
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