Skip to content

Commit

Permalink
[Tests] run docs linting afterwards, so the more important linting er…
Browse files Browse the repository at this point in the history
…rors show first.
  • Loading branch information
ljharb committed Aug 15, 2017
1 parent 8ffeeb1 commit 96a364a
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 @@ -10,8 +10,8 @@
"postversion": "git push && git push --tags && npm run clean && npm run docs:publish",
"version": "npm run build",
"clean": "rimraf build",
"prelint": "npm run docs:lint",
"lint": "eslint --ext js,jsx src test",
"postlint": "npm run docs:lint",
"check": "npm run lint && npm run test:all",
"build": "babel src --out-dir build",
"pretest": "npm run lint",
Expand Down

0 comments on commit 96a364a

Please sign in to comment.