scripts/buildDist.js

Summary

Maintainability
A
1 hr
Test Coverage

Function copy has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var copy = (srcDir, dstDir) => {
    var results = [];
    var list = fs.readdirSync(srcDir);
    var src, dst;
    list.forEach(file => {
Severity: Minor
Found in scripts/buildDist.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status