Skip to content

Commit

Permalink
skip linter on build
Browse files Browse the repository at this point in the history
  • Loading branch information
builder-247 authored and ChristianDobbie committed Jan 10, 2022
1 parent a965cf3 commit a7965a8
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 @@ -6,7 +6,7 @@
"scripts": {
"start": "node index",
"test": "mocha --exit",
"build": "npm install && npm run lintnofix",
"build": "npm install",
"lint": "eslint . --ext .js,.jsx --fix",
"lintnofix": "eslint . --ext .js,.jsx"
},
Expand Down

0 comments on commit a7965a8

Please sign in to comment.