I am trying to deploy a static website from bitbucket to Netlify. It fails because "watch" is in waiting mode.
The logs from Netlify:
Done, without errors.
8:38:52 PM: Completed in 60.606s at Fri Dec 08 2017 17:38:43 GMT+0000 (UTC) - Waiting...
My Gruntfile.js configuration is:
watch: {
options: {
livereload: true,
atBegin: true,
interval: 1000,
forever: false,
// spawn: false,
// interrupt: true,
// debounceDelay: 3000
},
Help me to make "watch" task end after building.