Skip to content

Commit

Permalink
chore: no not check licenses for devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Jul 10, 2024
1 parent f9deaec commit 5e2c93f
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 @@ -49,7 +49,7 @@
"test": "vitest run --coverage",
"test:cov": "vitest --coverage.enabled true",
"demo": "cd test/fixture && node demo.js",
"license-check": "jsgl --dev -l ."
"license-check": "jsgl -l ."
},
"devDependencies": {
"@stylistic/eslint-plugin-js": "^2.3.0",
Expand Down

0 comments on commit 5e2c93f

Please sign in to comment.