We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 126180c commit 6420f05Copy full SHA for 6420f05
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"start": "node index",
8
"test": "mocha --exit",
9
- "build": "npm install && npm run lintnofix",
+ "build": "npm install",
10
"lint": "eslint . --ext .js,.jsx --fix",
11
"lintnofix": "eslint . --ext .js,.jsx"
12
},
0 commit comments