Update build files with npm run all
This commit is contained in:
+3
@@ -85,6 +85,9 @@ function getDeniedLicenseChanges(changes, licenses) {
|
|||||||
const disallowed = [];
|
const disallowed = [];
|
||||||
const unknown = [];
|
const unknown = [];
|
||||||
for (const change of changes) {
|
for (const change of changes) {
|
||||||
|
if (change.change_type === 'removed') {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
const license = change.license;
|
const license = change.license;
|
||||||
if (license === null) {
|
if (license === null) {
|
||||||
unknown.push(change);
|
unknown.push(change);
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user