Skip to content

Commit dc8624f

Browse files
committed
fix(lint): watch the right files and dirs
1 parent c6e0483 commit dc8624f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"grunt": "grunt",
1919
"grunt:watch": "grunt watch",
2020
"lint": "eslint test/ lib/ apps/ index.js",
21-
"lint:watch": "esw --color --watch *.js lib/ models/ test/",
21+
"lint:watch": "esw --color --watch *.js test/ lib/ apps/ index.js",
2222
"nsp": "nsp check",
2323
"semantic-release": "semantic-release",
2424
"start": "supervisor -w index.js,apps,lib -e js index.js",

0 commit comments

Comments
 (0)