(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:<Redir_AndGreat '&>'> fd:16777215 arg_word:{(/dev/null)})]
    )
    (C {(npm)} {(run)} {(bundle)})
    (C {(npm)} {(run)} {(lerna) (Lit_Other ':') (publish)})
  ]
)