]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
ci: remove ls-lint usage
authorEvan You <yyx990803@gmail.com>
Wed, 30 Dec 2020 20:44:31 +0000 (15:44 -0500)
committerEvan You <yyx990803@gmail.com>
Wed, 30 Dec 2020 20:44:31 +0000 (15:44 -0500)
.circleci/config.yml

index bb2a2df175278fdf116d667995de4e504b1100c3..3de5c2e9bf257b01abf6f9d6a08e9ffd3b541c3d 100644 (file)
@@ -33,7 +33,6 @@ jobs:
       - *restore_cache
       - *install_deps
       - *save_cache
-      - run: yarn ls-lint
       - run: yarn test --ci
 
   test-dts: