Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 399 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 399 Bytes

flowci-plugin-npm

Description

Run npm (cnpm) command, and upload html output report

Inputs

  • NPM_CMD: npm command to run, for example: npm install, cnpm run test
  • NPM_REPORT_PATH (optional): the relative path in project, for example ./coverage if upload coverage directory

How to use it

Please ref to npm template