Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
chore: add dependency license check
Browse files Browse the repository at this point in the history
  • Loading branch information
diogo-sousa-mattr authored Nov 14, 2022
2 parents fd82e59 + 519606c commit 6fe0ed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"format": "prettier --write '**/*.{js,ts,md,json,yml}'",
"lint": "eslint . --ext .ts --color --format=table && prettier --check '**/*.{js,ts,md,json,yml}'",
"lint:fix": "eslint . --ext .ts --color --format=table --fix && yarn format",
"license:check": "npx [email protected] --excludePrivatePackages --excludeScopes '@mattrglobal' --onlyAllow 'MIT;BSD;Apache-2.0;Apache License, Version 2.0;Apache*;Unlicense;ISC;Artistic-2.0;WTFPL;CC-BY-3.0;CC-BY-4.0;CC0-1.0;Python-2.0;MPL-2.0;' --summary",
"test": "jest"
},
"commitlint": {
Expand Down

0 comments on commit 6fe0ed2

Please sign in to comment.