mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Update Gruntfile.js
This commit is contained in:
@@ -26,7 +26,7 @@ module.exports = function (grunt) {
|
|||||||
|
|
||||||
grunt.registerTask("prod",
|
grunt.registerTask("prod",
|
||||||
"Creates a production-ready build. Use the --msg flag to add a compile message.",
|
"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",
|
grunt.registerTask("default",
|
||||||
"Lints the code base",
|
"Lints the code base",
|
||||||
|
|||||||
Reference in New Issue
Block a user