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 44a54b5 commit 0cb0027Copy full SHA for 0cb0027
package.json
@@ -7,8 +7,8 @@
7
"start": "node connect/connectNotificationServer",
8
"startAPI": "node index-api",
9
"startConsumer": "node consumer",
10
- "lint": "eslint *.js src config test connect || true",
11
- "lint:fix": "eslint *.js --fix src config test connect || true",
+ "lint": "eslint *.js src config test connect",
+ "lint:fix": "eslint *.js --fix src config test connect",
12
"postinstall": "npm run build",
13
"build": "gulp build",
14
"watch": "gulp watch"
0 commit comments