Skip to content

Conversation

@d4mr
Copy link
Contributor

@d4mr d4mr commented Nov 4, 2024

The 'copy-files' script in the package.json file has been updated to use the 'cp' command instead of the 'copyfiles' package. This change simplifies the script and improves performance.

Refactor the 'copy-files' script in package.json to use 'cp' command instead of 'copyfiles' package


PR-Codex overview

This PR focuses on simplifying the file copying process in the package.json and updating the dependencies in yarn.lock. It removes the copyfiles package and replaces its functionality with a simpler shell command.

Detailed summary

  • Removed the copyfiles dependency from package.json.
  • Updated the copy-files script to use cp -r for copying files.
  • Cleaned up yarn.lock by removing unused entries related to copyfiles.
  • Updated various package versions in yarn.lock.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

The 'copy-files' script in the package.json file has been updated to use the 'cp' command instead of the 'copyfiles' package. This change simplifies the script and improves performance.

Refactor the 'copy-files' script in package.json to use 'cp' command instead of 'copyfiles' package
@socket-security
Copy link

Removed dependencies detected. Learn more about Socket for GitHub ↗︎

🚮 Removed packages: npm/copyfiles@2.4.1, npm/noms@0.0.0, npm/through2@2.0.5, npm/untildify@4.0.0

View full report↗︎

@d4mr d4mr merged commit d1f4aea into main Nov 4, 2024
5 checks passed
@d4mr d4mr deleted the pb/replace-copyfiles branch November 4, 2024 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants