Bundle the new eslintrc config file

This commit is contained in:
DaneEveritt 2022-06-26 21:18:47 -04:00
parent 9bcf90db93
commit 16725e656b
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -34,7 +34,7 @@ jobs:
- name: Create release archive
run: |
rm -rf node_modules/ test/ codecov.yml CODE_OF_CONDUCT.md CONTRIBUTING.md phpunit.xml Vagrantfile
tar -czf panel.tar.gz * .env.example .eslintignore .eslintrc.yml .babel-plugin-macrosrc.js
tar -czf panel.tar.gz * .env.example .eslintignore .eslintrc.js
- name: Extract changelog
id: extract_changelog