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

3
dist/index.js generated vendored
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);

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long