Skip to content

Commit 964aa77

Browse files
committed
Run node-tests as a part of the build.
1 parent 7fe3305 commit 964aa77

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,7 @@ module.exports = function(grunt) {
668668
//aliasing pack-modules for backwards compatibility
669669
grunt.registerTask("pack-modules", [
670670
"compile-modules",
671+
"node-tests",
671672
"exec:packModules"
672673
]);
673674
grunt.registerTask("pack-apps", [

0 commit comments

Comments
 (0)