1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Change PurgeCSS task message label

Co-authored-by: Chauncey McAskill <chauncey@mcaskill.ca>
This commit is contained in:
Deven Caron
2022-04-11 15:32:44 -04:00
parent 0439b165cf
commit aadc410e44

View File

@@ -17,7 +17,7 @@ export default function message(text, type, timerID) {
console.log('✅ ', kleur.bgGreen().black(text));
break;
case 'cleaning':
case 'chore':
console.log('🧹 ', kleur.bgGreen().black(text));
break;