Skip to content

Commit 0cb0027

Browse files
committed
enable lint validation during deploying
1 parent 44a54b5 commit 0cb0027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"start": "node connect/connectNotificationServer",
88
"startAPI": "node index-api",
99
"startConsumer": "node consumer",
10-
"lint": "eslint *.js src config test connect || true",
11-
"lint:fix": "eslint *.js --fix src config test connect || true",
10+
"lint": "eslint *.js src config test connect",
11+
"lint:fix": "eslint *.js --fix src config test connect",
1212
"postinstall": "npm run build",
1313
"build": "gulp build",
1414
"watch": "gulp watch"

0 commit comments

Comments
 (0)