Skip to content

Commit

Permalink
Ran prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ImmanuelBaskaran committed Oct 12, 2023
1 parent a9cbc4c commit 55c657d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/modular-scripts/src/typecheck.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ async function typecheck(
'typecheck',
);

const targetLocations: string[] = ["modular"];
const targetLocations: string[] = ['modular'];
for (const [pkgName, pkg] of workspaceMap) {
if (modularTargets.includes(pkgName)) {
targetLocations.push(pkg.location);
Expand Down

0 comments on commit 55c657d

Please sign in to comment.