Update build files with npm run all

This commit is contained in:
Kenichi Kamiya
2022-07-13 18:11:55 +09:00
parent c5d7bdcf7f
commit ae4118f8fa
2 changed files with 4 additions and 1 deletions
Generated Vendored
+3
View File
@@ -85,6 +85,9 @@ function getDeniedLicenseChanges(changes, licenses) {
const disallowed = [];
const unknown = [];
for (const change of changes) {
if (change.change_type === 'removed') {
continue;
}
const license = change.license;
if (license === null) {
unknown.push(change);
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long