Skip to content

Commit

Permalink
build: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Oct 4, 2023
1 parent ddd0e2a commit 07501fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/maven/src/lib/utils/generators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function addLibraryToProjects(
}
}

export function updateGitIgnore(tree: Tree, skipWrapper: boolean) {
export function updateGitIgnore(tree: Tree, skipWrapper: boolean | undefined) {
const filePath = `.gitignore`;
const contents = tree.read(filePath, 'utf-8') || '';

Expand Down

0 comments on commit 07501fa

Please sign in to comment.