mirror of https://github.com/zulip/zulip.git
Rename check-all to lint-all.
(imported from commit 844b2c69748f6d9df8ff1189c006ccf405f787c3)
This commit is contained in:
parent
db33028b98
commit
29fd84fdbd
|
@ -14,7 +14,7 @@ function run {
|
||||||
}
|
}
|
||||||
|
|
||||||
run ./tools/clean-repo
|
run ./tools/clean-repo
|
||||||
run ./tools/check-all
|
run ./tools/lint-all
|
||||||
run ./tools/test-js-with-node
|
run ./tools/test-js-with-node
|
||||||
run ./tools/test-backend
|
run ./tools/test-backend
|
||||||
run ./tools/test-js-with-casper
|
run ./tools/test-js-with-casper
|
||||||
|
|
Loading…
Reference in New Issue