(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 op:<Id.Redir_AndGreat '&>'> loc:(redir_loc.Fd fd:1) arg:{<'/dev/null'>})]
      do_fork: T
    )
    (C {<npm>} {<run>} {<bundle>})
    (C {<npm>} {<run>} {<lerna> <Id.Lit_Colon ':'> <publish>})
  ]
)