Skip to content

Commit

Permalink
工程::rocket: 完善 lint-staged 配置,先 lint,后 test
Browse files Browse the repository at this point in the history
  • Loading branch information
iTonyYo committed Oct 26, 2018
1 parent 2d9999e commit e3c8e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"lint-staged": {
"*.js": [
"npm run test",
"npm run lint"
"npm run lint",
"npm run test"
]
},
"keywords": [
Expand Down

0 comments on commit e3c8e72

Please sign in to comment.