10000 chore: fix copying of pod file (#7612) · NativeScript/NativeScript@a9bb014 · GitHub
[go: up one dir, main page]

Skip to content

Commit a9bb014

Browse files
chore: fix copying of pod file (#7612)
1 parent f94e4f3 commit a9bb014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ module.exports = function (grunt) {
237237
},
238238
platformsFiles: {
239239
expand: true,
240-
src: "tns-core-modules/platforms/**/*.*",
240+
src: "tns-core-modules/platforms/**/*",
241241
dest: localCfg.outDir + "/"
242242
},
243243
apps: {

0 commit comments

Comments
 (0)
0