You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I.e. either provide a gulp command or a shell & batch scripts that:
git pull --prune (and potentially git checkout -- yarn.lock if it's been modified; doing it blindly touches the file and causes yarn to fully run again)
yarn install
node node_modules/typescript/bin/tsc -p .
I already do these steps at startup on my machine and it works great, but it would be easier to maintain it with the code and get more people using to help test master.