Closed felipesaezreyes closed 8 months ago
Thanks for this @felipesaezreyes
@ehsandeep maybe we should not include the dist folder in the repo? Or automate this somehow if that is needed.
We use this way to avoid jobs having to install npm modules and create a final version without dependencies on our code.
Ref: https://github.com/projectdiscovery/nuclei-action?tab=readme-ov-file#contributing cc: @olearycrew
@RamanaReddy0M in that case maybe we should have an action that automatically does that for any change?
+1, I'll add a workflow which does this job for us.
thank you @felipesaezreyes for the PR, closing this one as it got merged indirectly with https://github.com/projectdiscovery/nuclei-action/pull/80
It seems like a bunch of the latest changes done in the
src/
folder weren't built intodist/
which means they aren't used when the action is invocated.I ran
npm run build
and this is the result of that command.