rearranged bg colors for build process so that bgYellow is slated later.

This commit is contained in:
Jennifer Shehane
2017-07-07 16:30:52 -04:00
parent f63842200a
commit 9216f6a630

View File

@@ -77,7 +77,7 @@ const checkDirsLength = (dirs, errMessage) => {
}
const mapTasks = (cmd, packages) => {
const colors = 'green yellow blue magenta cyan white gray bgGreen bgYellow bgBlue bgMagenta bgCyan bgWhite'.split(' ')
const colors = 'green yellow blue magenta cyan white gray bgGreen bgBlue bgMagenta bgCyan bgYellow bgWhite'.split(' ')
let runCommand