Skip to content

Commit

Permalink
fix: add force to upgrade-eslint-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jan 25, 2024
1 parent 8607917 commit f764d3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/patchers/upgrade_eslint_prettier/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export class UpgradeEslintPrettier extends BasePatcher {
['@adonisjs/eslint-config', '@adonisjs/prettier-config', 'eslint@latest', 'prettier@latest'],
{
packageManager: this.#pkgManager,
additionalArgs: ['--force'],
dev: true,
cwd: rootDir,
silent: false,
Expand Down

0 comments on commit f764d3f

Please sign in to comment.