Skip to content

Commit

Permalink
Merge pull request #20 from Turistforeningen/chore/eslint-watch-poll
Browse files Browse the repository at this point in the history
Eslint-Watch polling
  • Loading branch information
Starefossen authored Aug 26, 2016
2 parents f6d9d8f + e1ee4af commit c781e09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ services:
- NPM_CONFIG_PROGRESS=false
- NPM_CONFIG_SPIN=false
- MONGO_DB=test
- CHOKIDAR_USEPOLLING=true
command: npm start
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"cover": "istanbul cover --report lcovonly ./node_modules/.bin/_mocha -- -t 10000 -r test/support/env -R spec test/*.js test/**/*.js",
"grunt:watch": "grunt watch",
"lint": "eslint *.js lib/ models/ test/",
"lint:watch": "esw --watch *.js lib/ models/ test/",
"lint:watch": "esw --color --watch *.js lib/ models/ test/",
"nsp": "nsp check",
"semantic-release": "semantic-release",
"start": "supervisor -w index.js,lib -e js index.js",
Expand Down

0 comments on commit c781e09

Please sign in to comment.