Skip to content

Commit

Permalink
fix(core): .sqlproj is a valid project extension (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder authored Sep 7, 2022
1 parent 398ccbc commit 5d4f2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/lib/utility-functions/glob.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const globOptions = {
};

export function projPattern(path: string): string {
return `${path}/**/*.@(cs|fs|vb)proj`;
return `${path}/**/*.@(cs|fs|vb|sql)proj`;
}

/**
Expand Down

0 comments on commit 5d4f2d6

Please sign in to comment.