Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Super-X committed May 23, 2022
1 parent af84099 commit 865ee5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint-staged.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']
}

0 comments on commit 865ee5f

Please sign in to comment.