This commit is contained in:
Tim Schaub
2022-02-05 20:58:09 -07:00
parent a3a08d1412
commit 459cd51ae2

View File

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