From 865ee5f3408ab6e2afadcd017341e92597b0e8d1 Mon Sep 17 00:00:00 2001 From: "Mr.Mikey" <1303232158@qq.com> Date: Mon, 23 May 2022 20:34:18 +0800 Subject: [PATCH] chore: test --- lint-staged.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint-staged.config.js b/lint-staged.config.js index 0649dcb..749a093 100644 --- a/lint-staged.config.js +++ b/lint-staged.config.js @@ -4,5 +4,5 @@ * 配置的命令可以填多个,规则与package.json中的scripts保持一致 */ module.exports = { - '*.{js,jsx,vue,ts,tsx}': 'npm run lint' + '*.{js,jsx,vue,ts,tsx}': ['npm run lint', 'npm run release'] }