Skip to content

Commit

Permalink
[Tests] run docs:lint in npm run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 17, 2017
1 parent 2d1fba5 commit 4e32297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"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",
"check": "npm run lint && npm run test:all",
"build": "babel src --out-dir build",
Expand Down

0 comments on commit 4e32297

Please sign in to comment.