Skip to content

Commit

Permalink
chore: overwrite set to true while copying build files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad-Elsayed committed Dec 22, 2023
1 parent bb01597 commit 57cf5e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/jsactions/rollup-plugin-collect-dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ async function copyJsModule(moduleSourcePath, to) {
"!**/{android,ios,windows,mac,jest,github,gradle,__*__,docs,jest,example*}/**/*",
"!**/*.{config,setup}.*",
"!**/*.{podspec,flow}"
]
],
overwrite: true
});
}

Expand Down

0 comments on commit 57cf5e6

Please sign in to comment.