Skip to content

Commit

Permalink
build: 📦 add lint to tcr
Browse files Browse the repository at this point in the history
  • Loading branch information
yjaaidi committed Dec 5, 2023
1 parent d7b9992 commit 39fd02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tcr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else
fi

function test() {
nx run-many -t test,test-ui
nx run-many -t lint,test,test-ui
}

function revert() {
Expand Down

0 comments on commit 39fd02f

Please sign in to comment.