grunt
grunt copied to clipboard
Is there a final block for grunt?
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?