Skip to content

Commit

Permalink
feat: improve npm license checker
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 30, 2024
1 parent c258850 commit 6afb308
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion licenses/list-licenses
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

# list Node licenses
if [ -f package.json ]; then
npm exec --yes license-checker -- --csv --production --excludePrivatePackages --customPath .bin/license-template-node.json
npm exec --yes license-checker -- --csv --excludePrivatePackages --customPath .bin/license-template-node.json
{ echo; } 2>/dev/null
fi

Expand Down
3 changes: 0 additions & 3 deletions licenses/write/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,3 @@ runs:
message: 'autogen(docs): update milestone document'
author_name: ory-bot
author_email: '[email protected]'
- name: Check licenses
run: .bin/licenses
shell: bash

0 comments on commit 6afb308

Please sign in to comment.