From ad547d0bc70aee768184ba53e22a0ce7104e96d4 Mon Sep 17 00:00:00 2001 From: baishun Date: Fri, 24 Feb 2023 15:36:38 +0800 Subject: [PATCH] fix cli command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7db199..5af2250 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "vite build", "preview": "vite preview", "lint": "eslint --ext .js,vue --ignore-pattern '!.*ignore' .", - "lint:fix": "eslint --fix && prettier --config .prettierrc --write --write ." + "lint:fix": "eslint --fix && prettier --config .prettierrc --write ." }, "dependencies": { "@element-plus/icons-vue": "^2.0.10", -- 2.26.0