set windows-shell := ["powershell.exe", "-NoLogo", "-NoProfile", "-Command"]

default:
    just --list

# Build the session viewer and run its Playwright suite.
test-browser:
    moon build --target js
    {{ if os() == "windows" { "npm.cmd" } else { "npm" } }} --prefix e2e test
