Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
fix(nodemon): fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
drawain committed Jul 9, 2017
1 parent 64c8647 commit 7ad126f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = function(gulp, config) {
ext: 'js jade',
watch: [config.build.distPath],
delay: 1,
legacyWatch: env.NODEMON_LEGACY_WATCH === "true",
legacyWatch: env.NODEMON_LEGACY_WATCH === 'true',
env: env
}).on('restart', function() {
notifier.notify({
Expand Down

0 comments on commit 7ad126f

Please sign in to comment.