From 69c38cbecad02a6ea370b3ef5dc8038cb6ab5cd9 Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 12 Oct 2019 14:23:19 +0200 Subject: [PATCH] running tests during build --- grunt.entrypoints.js | 1 - 1 file changed, 1 deletion(-) diff --git a/grunt.entrypoints.js b/grunt.entrypoints.js index 4546fe08..e2166fb0 100644 --- a/grunt.entrypoints.js +++ b/grunt.entrypoints.js @@ -1,7 +1,6 @@ module.exports = function(grunt) { // prettier-ignore grunt.registerTask('default', 'Default: build web app', [ - 'test', 'build-web-app' ]);