Skip to content

Commit

Permalink
[FIX] don't delete .prettierrc.yml, .eslintrc.yml for older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Oct 15, 2024
1 parent c17e82c commit 6f0c788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _min_copier_version: "9"

_tasks:
- rm -f {% if ci != "Travis" %}.travis.yml{% endif %} .t2d.yml
- rm -f .prettierrc.yml .eslintrc.yml
- "{% if odoo_version >= 18 %}rm -f .prettierrc.yml .eslintrc.yml{% endif %}"

_migrations:
- version: v1.3.6
Expand Down

0 comments on commit 6f0c788

Please sign in to comment.