From d84cae8028b93d15f76e142fe774fd2a77406c63 Mon Sep 17 00:00:00 2001 From: yihuineng <471110230@qq.com> Date: Thu, 12 Oct 2023 17:01:06 +0800 Subject: [PATCH] fix: script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index a44ab03..8b1f733 100644 --- a/package.json +++ b/package.json @@ -57,8 +57,7 @@ "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs", "test": "mocha", - "lint": "eslint --ext js,ts lib test wd/lib", - "lint:fix": "eslint --ext js,ts --fix lib test wd/lib", + "lint": "eslint --fix --ext js,ts lib test wd/lib", "contributor": "git-contributor" }, "husky": {