Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.
Prev Previous commit
Next Next commit
touch as private
  • Loading branch information
xunilrj committed Dec 8, 2022
commit a7e0deee61658dce5e6f5c8867cc9b3c1dc46862
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