1
0
mirror of synced 2024-11-28 00:20:48 +01:00

Update Gruntfile.js

This commit is contained in:
Matt C 2017-04-07 23:01:37 +01:00 committed by GitHub
parent 44d2e100bd
commit 9121b83bd1

View File

@ -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",