Commit 22233fbc authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Anula logs de compilado de pruneCluster

parent a7cd339d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ module.exports = function(grunt) {

	grunt.config('redmicConfig.buildModules', {
		'client-app/dep/pruneCluster': preBuildCmds.concat([
			'grunt build:dist --force'
			'grunt build:dist --force > /dev/null'
		]),
		'client-app/dep/wicket': preBuildCmds.concat([
			'npm run build'