Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "pack/node/build/npmProgressReporter"

Index

Variables

Const NpmProgressReporter

NpmProgressReporter: ReportProgress = testProgressReporter(...NpmProgressTests)

Default ReportProgress for our NPM-based builds

Const NpmProgressTests

NpmProgressTests: ProgressTest[] = [{test: /Invoking goal hook: pre/i,phase: "pre-hook",},{test: /> atm-git-info/i,phase: "git-info",},{test: /> atm-gql-gen/i,phase: "gql-gen",},{test: /> tsc --project \./i,phase: "tsc",},{test: /> nyc mocha/i,phase: "mocha",},{test: /> mocha --exit/i,phase: "mocha",},{test: /> mocha --require/i,phase: "mocha",},{test: /Sending build context to Docker daemon/i,phase: "docker build",},{test: /The push refers to .* repository/i, // This used to have 'a repository'; now it is without it.phase: "docker push",},{test: /Invoking goal hook: post/i,phase: "post-hook",},{test: /> npm 'publish'/i,phase: "npm publish",},{test: /> tslint/i,phase: "TslintAutofix",},{test: /> typedoc/i,phase: "typedoc",},{test: /> npm 'run' '([\S]*)'/i,phase: "npm $1",},]

Default progress tests for our NPM-based builds

Generated using TypeDoc