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

fix(npm): clean script was missing folders #470

Conversation

petermetz
Copy link
Contributor

  1. No longer uses lerna and instead specifies glob patterns
  2. Expands the deletion of generated Typescript code to all
    packages where it's present not just the api-client package.

Fixes #469

Signed-off-by: Peter Somogyvari peter.somogyvari@accenture.com

@petermetz petermetz added bug Something isn't working good-first-issue Good for newcomers dependencies Pull requests that update a dependency file Hacktoberfest Hacktoberfest participants are welcome to take a stab at issues marked with this label. labels Jan 13, 2021
@petermetz petermetz added this to the v0.4.0 milestone Jan 13, 2021
1. No longer uses lerna and instead specifies glob patterns
2. Expands the deletion of generated Typescript code to all
packages where it's present not just the api-client package.
3. Deletes the two files that were meant to be deleted to
begin with, but since the clean script was not fully working
they were actually left undeleted until now.

Fixes hyperledger-cacti#469

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
@petermetz petermetz force-pushed the fix/npm/clean-script-del-cli-syntax-469 branch from 4eb4222 to cd7d4f7 Compare January 13, 2021 05:11
@petermetz petermetz enabled auto-merge (rebase) January 13, 2021 08:23
Copy link
Contributor

@jonathan-m-hamilton jonathan-m-hamilton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@petermetz petermetz merged commit 416b82e into hyperledger-cacti:main Jan 14, 2021
@petermetz petermetz deleted the fix/npm/clean-script-del-cli-syntax-469 branch January 14, 2021 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file good-first-issue Good for newcomers Hacktoberfest Hacktoberfest participants are welcome to take a stab at issues marked with this label.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix(npm): clean script del-cli syntax
3 participants