You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The clean script does not clean all dist directories properly with the current way of it being invoked through lerna
Also, it only cleans the generated typescript code for the api-client package, but not for all the other packages that have generated typescript code as well.
To Reproduce
Run the clean script and observe that build artifacts remain in place.
Expected behavior
When I run clean I want all the build artifacts to be gone.
Cloud provider or hardware configuration:
Dev machine.
Hyperledger Cactus release version or commit (git rev-parse --short HEAD):
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.
Fixeshyperledger-cacti#469
Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
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.
Fixeshyperledger-cacti#469
Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
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#469
Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
Describe the bug
To Reproduce
Run the
clean
script and observe that build artifacts remain in place.Expected behavior
When I run
clean
I want all the build artifacts to be gone.Cloud provider or hardware configuration:
Dev machine.
Hyperledger Cactus release version or commit (git rev-parse --short HEAD):
v0.3.0
cc: @sfuji822 @takeutak @hartm @jonathan-m-hamilton
The text was updated successfully, but these errors were encountered: