Skip to content

Commit

Permalink
fix(package): Fix secretlint command
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadashy committed Oct 14, 2024
1 parent 6a0b2c4 commit 5021c59
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 @@ -16,7 +16,7 @@
"lint": "npm run lint-biome && npm run lint-ts && npm run lint-secretlint",
"lint-biome": "biome check --write",
"lint-ts": "tsc --noEmit",
"lint-secretlint": "secretlint '**/*'",
"lint-secretlint": "secretlint \"**/*\"",
"test": "vitest",
"test-coverage": "vitest run --coverage",
"cli-run": "npm run build && node --trace-warnings bin/repopack",
Expand Down

0 comments on commit 5021c59

Please sign in to comment.