From 964aa77b922d61e32870f32bebd126b9c881e7a5 Mon Sep 17 00:00:00 2001 From: Hristo Deshev Date: Thu, 21 Apr 2016 13:02:30 +0300 Subject: [PATCH] Run node-tests as a part of the build. --- gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gruntfile.js b/gruntfile.js index 3041a1231..136626241 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -668,6 +668,7 @@ module.exports = function(grunt) { //aliasing pack-modules for backwards compatibility grunt.registerTask("pack-modules", [ "compile-modules", + "node-tests", "exec:packModules" ]); grunt.registerTask("pack-apps", [