Skip to content

Commit

Permalink
Update check-deps.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Dec 4, 2023
1 parent 19ead33 commit c8ef982
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/check-deps.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ async function fixDependencies() {
JSON.stringify(packageJson, undefined, 2) + "\n",
);
await execa("yarn");
await checkDependencies(/* shouldFix */ false);
}
}

Expand Down

0 comments on commit c8ef982

Please sign in to comment.