logoalt Hacker News

oj-hn-dot-comyesterday at 10:00 PM0 repliesview on HN

Well, that speeds things up a lot. But I agree with spankalee, it should be a DAG.

  < "ci": "CI=true bun run check && bun run test && bun run build && bun run docs && bun run zip && bun run zip:firefox"
  > "ci": "CI=true bun run --parallel check test build docs && bun run --parallel zip zip:firefox"