mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-22 15:12:27 -05:00
scripts: shorter prefixed list of filtered packages
This commit is contained in:
+3
-1
@@ -10,6 +10,7 @@ const Promise = require('bluebird')
|
||||
const runAll = require('@cypress/npm-run-all')
|
||||
const through = require('through')
|
||||
const fs = require('fs')
|
||||
const prefixedList = require('prefixed-list')
|
||||
|
||||
const globAsync = Promise.promisify(glob)
|
||||
|
||||
@@ -91,7 +92,8 @@ const mapTasks = (cmd, packages) => {
|
||||
runCommand = `run ${cmd}`
|
||||
}
|
||||
|
||||
console.log('filtered packages:', packages.join(', '))
|
||||
console.log('filtered packages:', prefixedList(packages))
|
||||
|
||||
return packages.map((dir, index) => {
|
||||
const packageName = packageNameFromPath(dir)
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user