Skip to content

Commit dfd4e3a

Browse files
committed
also check dev deps
1 parent c315239 commit dfd4e3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/test-licenses.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ function testSpdx(licenses) {
5353
licenseCheckerInit({
5454
start: './',
5555
exclude: acceptedSpdxLicenses.concat(ignoredLicenseVariations).join(),
56-
customFormat: { name: '', _location: '' },
57-
production: true
56+
customFormat: { name: '', _location: '' }
5857
})
5958
.then(json => {
6059
let badPackages = Object.keys(json)

0 commit comments

Comments
 (0)