Skip to content

Commit 6420f05

Browse files
authored
skip linter on build
1 parent 126180c commit 6420f05

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
@@ -6,7 +6,7 @@
66
"scripts": {
77
"start": "node index",
88
"test": "mocha --exit",
9-
"build": "npm install && npm run lintnofix",
9+
"build": "npm install",
1010
"lint": "eslint . --ext .js,.jsx --fix",
1111
"lintnofix": "eslint . --ext .js,.jsx"
1212
},

0 commit comments

Comments
 (0)