Skip to content

Commit d908242

Browse files
committed
revert change to force rewrites
1 parent e3a2ff0 commit d908242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/src/tasks/lintPackage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class LintPackageCommand extends Command {
7070
await Promise.all(runningOps);
7171

7272
// write changes if in fix mode
73-
if (this.fix) {
73+
if (this.fix && this.changed) {
7474
this.projRoot.writeManifest();
7575
console.log('Updated package.json for ', this.projRoot.manifest.name);
7676
}

0 commit comments

Comments
 (0)