From 9121b83bd169a01cdd6d59289d52b3379eac54a8 Mon Sep 17 00:00:00 2001 From: Matt C Date: Fri, 7 Apr 2017 23:01:37 +0100 Subject: [PATCH] Update Gruntfile.js --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 2f8969b8..1d357613 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -26,7 +26,7 @@ module.exports = function (grunt) { grunt.registerTask("prod", "Creates a production-ready build. Use the --msg flag to add a compile message.", - ["eslint", "clean:prod", "webpack:webProd", "accessibility:test", "inline", "chmod"]); + ["eslint", "clean:prod", "webpack:webProd", "inline", "chmod"]); grunt.registerTask("default", "Lints the code base",