Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add clean script #16

Merged
merged 1 commit into from
Jun 28, 2024
Merged

Add clean script #16

merged 1 commit into from
Jun 28, 2024

Conversation

gn-lluis-u
Copy link
Contributor

🎩 What is the goal?

Allow cleaning the build artifacts. Also allow running clean script in Yarn workspaces that include this package.

📄 How is it being implemented?

Just a call to rm -rf passing the list of postinstall artifacts explicitly excluded from the repository in the .gitignore. file.

✅ How can it be tested?

  1. Install this package.
  2. Ensure yarn postinstall has been executed
  3. Notice the contents of src folder
  4. Run yarn clean
  5. Notice the contents of src folder, there will be fewer files. Also notice that git status will tell you there are no changes

@gn-lluis-u gn-lluis-u requested review from delr3ves and pedrovgs June 27, 2024 07:45
@delr3ves delr3ves merged commit 0148693 into main Jun 28, 2024
2 checks passed
@gn-lluis-u gn-lluis-u deleted the lluis/add-clean-script branch June 28, 2024 09:03
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.

2 participants