Skip to content

Commit

Permalink
Delete running lint on prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
Masashi Hirano committed Sep 30, 2017
1 parent b0ba349 commit 41723ed
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 @@ -34,7 +34,7 @@
"start": "webpack-dev-server --hot",
"test": "nyc ava",
"lint": "eslint src --ext js,jsx",
"prepublish": "npm run lint && npm test && npm build"
"prepublish": "npm test && npm build"
},
"dependencies": {
"react": "^16.0.0",
Expand Down

0 comments on commit 41723ed

Please sign in to comment.