Skip to content

Commit

Permalink
chore: updated 'configure-commitlint.ts' file
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulCatalinas committed Apr 30, 2024
1 parent a8e6e36 commit 776b86b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/utils/configure-commitlint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ export async function configureCommitlint(packageManagerToUse: PackageManager) {
)
])

console.log('Configuration files created')
console.log(
'Configuration files (commit-msg, commitlint.config.js and .lintstagedrc) created'
)
} catch (error) {
console.error(error)
throw new Error('Something went wrong, try again later.')
Expand Down

0 comments on commit 776b86b

Please sign in to comment.