Skip to content

Commit

Permalink
chore: exclude self from license check
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasphil committed Aug 22, 2024
1 parent 86e6a10 commit 7411bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"prettier:fix": "prettier --write --ignore-unknown .",
"eslint:check": "eslint",
"eslint:fix": "npm run eslint:check -- --fix",
"audit:licenses": "license-checker --production --excludePrivatePackages --onlyAllow \"$(. ./parse-allowed-licenses.sh)\" --csv --out ./frontend-license-report.csv",
"audit:licenses": "license-checker --production --excludePrivatePackages --excludePackages @digitalservicebund/ris-ui@$(cat package.json | jq -r '.version') --onlyAllow \"$(. ./parse-allowed-licenses.sh)\" --csv --out ./frontend-license-report.csv",
"typecheck": "vue-tsc"
},
"dependencies": {
Expand Down

0 comments on commit 7411bdc

Please sign in to comment.