We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1220bf3 commit 4f96ae8Copy full SHA for 4f96ae8
tasks.py
@@ -209,4 +209,6 @@ def clean(ctx):
209
shutil.rmtree(ATEST_OUTPUT_DIR_LIB, ignore_errors=True)
210
print("Cleaning up dist directories...")
211
shutil.rmtree(DIST_DIR, ignore_errors=True)
212
+ print("Clean specs directory...")
213
+ shutil.rmtree(SPEC_FOLDER, ignore_errors=True)
214
print("directories cleaned.")
0 commit comments