grunt icon indicating copy to clipboard operation
grunt copied to clipboard

Is there a final block for grunt?

Open kaustavghosh06 opened this issue 9 years ago • 0 comments

I have this following line in my grunt file: grunt.registerTask('test', ['jest', 'cleanup']);

Suppose my 'jest' task fails, the cleanup task doesn't start, is there a way to force the cleanup task even if the 'jest' task fails?

kaustavghosh06 avatar Aug 11 '16 17:08 kaustavghosh06