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 steps using rimraf #525

Merged
merged 3 commits into from
Aug 1, 2024
Merged

Add clean steps using rimraf #525

merged 3 commits into from
Aug 1, 2024

Conversation

kmcginnes
Copy link
Collaborator

@kmcginnes kmcginnes commented Aug 1, 2024

Description

I noticed there was a clean step in /packages/graph-explorer/package.json and it used rimraf, but rimraf wasn't installed in the devDepencies. So I've added it to both the client and server, with the accompanying node scripts.

Validation

  • Run pnpm clean at the root to delete the */dist folders

Related Issues

Check List

  • I confirm that my contribution is made under the terms of the Apache 2.0
    license.
  • I have run pnpm checks to ensure code compiles and meets standards.
  • I have run pnpm test to check if all tests are passing.
  • I have covered new added functionality with unit tests if necessary.
  • I have added an entry in the Changelog.md.

@kmcginnes kmcginnes marked this pull request as ready for review August 1, 2024 15:09
@kmcginnes kmcginnes merged commit 13461fa into aws:main Aug 1, 2024
1 check passed
@kmcginnes kmcginnes deleted the add-rimraf branch August 1, 2024 16:49
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