Skip to content

Commit

Permalink
chore(workflow) do not use run with npx for licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
andypf committed Jul 25, 2024
1 parent a270e6b commit 999b21c
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 @@ -7,7 +7,7 @@
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"test": "turbo run test --concurrency=15",
"check-licenses": "npx run license-checker-rseidelsohn --summary --excludePrivatePackages --onlyAllow 'MIT;ISC;Apache-2.0;BSD-2-Clause;BSD-3-Clause;BSD-4-Clause;CC-BY-3.0;CC-BY-4.0;BlueOak-1.0.0;CC0-1.0;0BSD;Python-2.0;BSD*;Unlicense'",
"check-licenses": "npx license-checker-rseidelsohn --summary --excludePrivatePackages --onlyAllow 'MIT;ISC;Apache-2.0;BSD-2-Clause;BSD-3-Clause;BSD-4-Clause;CC-BY-3.0;CC-BY-4.0;BlueOak-1.0.0;CC0-1.0;0BSD;Python-2.0;BSD*;Unlicense'",
"clean": "turbo run clean && rm -rf node_modules && rm -rf ./**/*/node_modules",
"typecheck": "turbo run typecheck",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,md}\"",
Expand Down

0 comments on commit 999b21c

Please sign in to comment.