Open iaingalloway opened 1 year ago
Currently, the javascript action published in this repo is packaged using ncc build index.js, and the compiled artefact is committed to the repository.
ncc build index.js
Consider a pattern where ncc is run as a CI step.
https://www.edwardthomson.com/blog/building_an_action.html
Currently, the javascript action published in this repo is packaged using
ncc build index.js
, and the compiled artefact is committed to the repository.Consider a pattern where ncc is run as a CI step.