Merge pull request #12277 from tschaub/lint-index

Lint the index file after generating the legacy build
This commit is contained in:
Tim Schaub
2021-05-05 11:09:30 -06:00
committed by GitHub

View File

@@ -153,7 +153,7 @@ jobs:
run: npm run build-package
- name: Generate the Legacy Build
run: npm run build-legacy
run: npm run build-legacy && npx eslint --fix build/index.js
rendering:
name: Rendering