fix(bun): handle lint command like pnpm
Presentation
Lint doesn't work when overriding default NODE_LINT_ARGS to add cache directories ignore (for instance).
Checklist
- Documented:
-
README.mdreflects any job, variable or whichever visible change -
kicker.jsonreflects any job, variable or whichever visible change
-
- Tested & examplified:
- See below
Pipelines:
- Before the fix:
-
https://gitlab.com/kilianpaquier/semantic-release-backmerge/-/jobs/13097228198 (with
run lint -- args) -
https://gitlab.com/kilianpaquier/semantic-release-backmerge/-/jobs/13097357164 (with
run lint args)
-
https://gitlab.com/kilianpaquier/semantic-release-backmerge/-/jobs/13097228198 (with
- After the fix: https://gitlab.com/kilianpaquier/semantic-release-backmerge/-/jobs/13097432072 (with
run lint args)