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: {
|
buildNodeTests: {
|
||||||
src: [
|
src: [
|
||||||
'js-libs/easysax/**/*.ts',
|
'js-libs/easysax/**/*.ts',
|
||||||
|
'module.d.ts',
|
||||||
'xml/**/*.ts',
|
'xml/**/*.ts',
|
||||||
'node-tests/**/*.ts',
|
'node-tests/**/*.ts',
|
||||||
'es-collections.d.ts',
|
'es-collections.d.ts',
|
||||||
@ -667,6 +668,7 @@ module.exports = function(grunt) {
|
|||||||
//aliasing pack-modules for backwards compatibility
|
//aliasing pack-modules for backwards compatibility
|
||||||
grunt.registerTask("pack-modules", [
|
grunt.registerTask("pack-modules", [
|
||||||
"compile-modules",
|
"compile-modules",
|
||||||
|
"node-tests",
|
||||||
"exec:packModules"
|
"exec:packModules"
|
||||||
]);
|
]);
|
||||||
grunt.registerTask("pack-apps", [
|
grunt.registerTask("pack-apps", [
|
||||||
|
Reference in New Issue
Block a user