dillon1000/react

Commit

lint-build: Infer format from artifact filename (#21489)

Uses the layout of the build artifact directory to infer the format
of a given file, and which lint rules to apply.

This has the effect of decoupling the lint build job from the existing
Rollup script, so that if we ever add additional post-processing, or
if we replace Rollup, it will still work.

But the immediate motivation is to replace the separate "stable" and
"experimental" lint-build jobs with a single combined job.
Browse files
Changed paths3 files
First-parent comparison
M .circleci/config.yml ModifiedM scripts/circleci/check_minified_errors.sh ModifiedM scripts/rollup/validate/index.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…