You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you add an option to ignore certain folders. eg:
ep --ignore=node_modules,dist,.git
constdefaultIgnores=['.git','node_modules','.yarn'];module.exports=functioneach(command,args,options,callback){letdepth=typeofoptions.depth==='undefined' ? Infinity : options.depth;if(depth!==Infinity)depth++;// depth is relative to first level of packagesconstignores=options.ignore ? options.ignore.split(',') : defaultIgnores;
Could you add an option to ignore certain folders. eg:
i tried it here, but the build failed for me:
#80
error was:
The text was updated successfully, but these errors were encountered: