Lint the index file after generating the legacy build

This commit is contained in:
Tim Schaub
2021-05-05 09:42:22 -06:00
parent eea68e26ce
commit b69222ecae

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