Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
touch as private
Browse files Browse the repository at this point in the history
  • Loading branch information
xunilrj committed Dec 3, 2022
1 parent 1a834d4 commit c60444a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ new-lintrule path name:
just documentation

[unix]
touch file:
_touch file:
touch {{file}}

[windows]
touch file:
_touch file:
(gci {{file}}).LastWriteTime = Get-Date

test-lintrule name:
just touch crates/rome_js_analyze/tests/spec_tests.rs
just _touch crates/rome_js_analyze/tests/spec_tests.rs
cargo test -p rome_js_analyze -- {{snakecase(name)}}

check-ready:
Expand Down

0 comments on commit c60444a

Please sign in to comment.