diff --git a/package.json b/package.json index 5f9f16f33..671cba368 100644 --- a/package.json +++ b/package.json @@ -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}\"",