Skip to content

Commit 41723ed

Browse files
author
Masashi Hirano
committed
Delete running lint on prepublish
1 parent b0ba349 commit 41723ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"start": "webpack-dev-server --hot",
3535
"test": "nyc ava",
3636
"lint": "eslint src --ext js,jsx",
37-
"prepublish": "npm run lint && npm test && npm build"
37+
"prepublish": "npm test && npm build"
3838
},
3939
"dependencies": {
4040
"react": "^16.0.0",

0 commit comments

Comments
 (0)