Skip to content

Instantly share code, notes, and snippets.

@justinvdm
Created February 10, 2014 09:56
Show Gist options
  • Save justinvdm/8913245 to your computer and use it in GitHub Desktop.
Save justinvdm/8913245 to your computer and use it in GitHub Desktop.
diff --git a/Gruntfile.js b/Gruntfile.js
index c503c26..d3e490c 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -42,6 +42,7 @@ module.exports = function (grunt) {
});
grunt.registerTask('test', [
+ 'build',
'mochaTest'
]);
@hodgestar
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment