Skip to content

Commit 8d713c7

Browse files
author
Taniya Mathur
committed
removing ui checksum clean up
1 parent 5417a78 commit 8d713c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

publish.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,12 @@ def __init__(self, verbose=False):
6161
self.lint_enabled = True
6262

6363
def clean_checksums(self):
64-
"""Delete all .checksum files in main, patterns, options, lib, and ui directories"""
64+
"""Delete all .checksum files in main, patterns, options, and lib directories"""
6565
self.console.print("[yellow]🧹 Cleaning all .checksum files...[/yellow]")
6666

6767
checksum_paths = [
6868
".checksum", # main
6969
"lib/.checksum", # lib
70-
"src/ui/.checksum", # ui
7170
]
7271

7372
# Add patterns checksum files

0 commit comments

Comments
 (0)