Skip to content

Commit

Permalink
chore(tasks.toml): enable knip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
risu729 committed Jan 10, 2025
1 parent e22159a commit 4c0fdf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ run = [

["check:knip"]
depends = ["buni"]
run = "bun run knip-bun"
run = "bun run knip-bun {% if env.CI is undefined %}--cache{% endif %}"

["check:jsonschema"]
run = "jschema-validator"
Expand Down

0 comments on commit 4c0fdf8

Please sign in to comment.