chore: fix copying of pod file (#7612)

This commit is contained in:
Svetoslav
2019-07-30 13:22:32 +03:00
committed by GitHub
parent f94e4f3cbb
commit a9bb014114

View File

@@ -237,7 +237,7 @@ module.exports = function (grunt) {
},
platformsFiles: {
expand: true,
src: "tns-core-modules/platforms/**/*.*",
src: "tns-core-modules/platforms/**/*",
dest: localCfg.outDir + "/"
},
apps: {