Skip to main content


Requesting help - trying to set up typescript-language-server (github.com/typescript-language…) and every time I run yarn it seems to run an extra script. I can't figure out where that's happening. Could someone more experienced take a look?

#javascript #yarn #typescript

in reply to Chris 🌱

Turns out that there's a concept of a prepare script - if you give a script that name, yarn will run it after yarn install.
⇧