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
with rewatch, there seems to be a guard against multiple parallel builds. this might seem great, but if i have my editor up (emacs, with rescript-mode) and a build running connected to it, my local ci pipeline fails with:
> rescript build
Could not start ReScript build: A ReScript build is already running. The process ID (PID) is 14159
so to be able to build with my local ci commands (which build more than just rescript), i have to close my editor. this is major inconvenience for me and i would like for it to be changed, or at least allowed with some flag