Github action to create a job summary report
Sample usage
- name: Job Summary
uses: draios/infra-action-scanning-summary@v0.0.1
with:
report-file-path: ${{ inputs.scanning-report-path }}Install the dependencies
npm installPackaging assembles the code into one file, preventing the need to check in node_modules.
You must have ncc installed (npm i -g @vercel/ncc). Then run:
npm run prepareIt will create the dist folder.