From 272b6de9101c8747e4d5af38711007aa154b500e Mon Sep 17 00:00:00 2001 From: huzhushan Date: Tue, 20 Apr 2021 11:25:50 +0800 Subject: [PATCH] test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0f9759..11f8512 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "lint-staged": { "*.{js,vue}": [ - "npm run lint", + "eslint --fix", "git add" ] },