Skip to content

Commit b412259

Browse files
committed
Use logger over console
1 parent 66f6a56 commit b412259

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/build.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ export const build = async ({
3333
})
3434

3535
for (const artifact of artifacts) {
36-
// eslint-disable-next-line no-console
37-
console.log(`Built artifact: ${artifact}`)
36+
logger.log(`Built artifact: ${artifact}`)
3837
}
3938

4039
return artifacts

0 commit comments

Comments
 (0)