Skip to content

Commit

Permalink
test: update ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
denghongcai committed Jul 3, 2018
1 parent ebb7942 commit 4b84644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "npm run lint && npm run test-local",
"test-local": "egg-bin test",
"cov": "TEST_TIMEOUT=60000 egg-bin cov",
"ci": "npm run autod && npm run pkgfiles && npm run lint && npm run cov",
"ci": "npm run autod -- --check && npm run pkgfiles && npm run lint && npm run cov",
"contributors": "contributors -f plain -o AUTHORS"
},
"repository": {
Expand Down

0 comments on commit 4b84644

Please sign in to comment.