We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a2ff0 commit d908242Copy full SHA for d908242
scripts/src/tasks/lintPackage.ts
@@ -70,7 +70,7 @@ export class LintPackageCommand extends Command {
70
await Promise.all(runningOps);
71
72
// write changes if in fix mode
73
- if (this.fix) {
+ if (this.fix && this.changed) {
74
this.projRoot.writeManifest();
75
console.log('Updated package.json for ', this.projRoot.manifest.name);
76
}
0 commit comments