mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Merge pull request #2006 from NativeScript/hdeshev/node-tests
Fix broken node tests compilation.
This commit is contained in:
@ -374,6 +374,7 @@ module.exports = function(grunt) {
|
||||
buildNodeTests: {
|
||||
src: [
|
||||
'js-libs/easysax/**/*.ts',
|
||||
'module.d.ts',
|
||||
'xml/**/*.ts',
|
||||
'node-tests/**/*.ts',
|
||||
'es-collections.d.ts',
|
||||
@ -667,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", [
|
||||
|
Reference in New Issue
Block a user