From ccc78d731db31f2dcf7470e8d8486004e73c087a Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sat, 5 Feb 2022 12:58:42 -0700 Subject: [PATCH] Allow duplicate imports in the legacy build --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8cf488ae71..4632edaf37 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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