Allow duplicate imports in the legacy build

This commit is contained in:
Tim Schaub
2022-02-05 12:58:42 -07:00
parent f10ba5c1e3
commit ccc78d731d

View File

@@ -101,7 +101,7 @@ jobs:
run: npm run build-package
- name: Generate the Legacy Build
run: npm run build-legacy && npx eslint --fix build/index.js
run: npm run build-legacy && npx eslint --rule 'import/no-duplicates: off' --fix build/index.js
rendering:
name: Rendering