Skip to content

Commit 57cf5e6

Browse files
committed
chore: overwrite set to true while copying build files
1 parent bb01597 commit 57cf5e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configs/jsactions/rollup-plugin-collect-dependencies.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ async function copyJsModule(moduleSourcePath, to) {
177177
"!**/{android,ios,windows,mac,jest,github,gradle,__*__,docs,jest,example*}/**/*",
178178
"!**/*.{config,setup}.*",
179179
"!**/*.{podspec,flow}"
180-
]
180+
],
181+
overwrite: true
181182
});
182183
}
183184

0 commit comments

Comments
 (0)