(command.CommandList
  children: [
    (C {(npm)} {(run)} {(clean)})
    (C {(npm)} {(run)} {(lint)})
    (C {(npm)} {(run)} {(build)})
    (C {(npm)} {(run)} {(test)})
    (command.Simple
      words: [{(npm)} {(--no-git-tag-version)} {(version)} {(patch)}]
      redirects: [
        (redir.Redir
          op: (Token id:Id.Redir_AndGreat val:'&>' span_id:85)
          fd: -1
          arg_word: {(/dev/null)}
        )
      ]
    )
    (C {(npm)} {(run)} {(bundle)})
    (C {(npm)} {(run)} {(lerna) (Id.Lit_Other ':') (publish)})
  ]
)