Skip to content

Commit

Permalink
fix: unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
LumaKernel authored Mar 6, 2021
1 parent 15ac34a commit 476d107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/md-to-package-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const appliedJson = applyOptionDeclarations(
packageJsonContent as any,
parseReadme,
);
//

if (exitCode) {
if (!equal(appliedJson, packageJsonContent)) {
console.error("md-to-package-json.ts is not applied.");
Expand Down

0 comments on commit 476d107

Please sign in to comment.