Skip to content

Commit 67a3518

Browse files
committed
Fix bug in python script
1 parent 0a942df commit 67a3518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111

1212
for file in files:
1313
if file.startswith(".") or file.endswith(".ts"):
14-
os.remove(file)
14+
os.remove(os.path.join(dir, file))
1515
continue

0 commit comments

Comments
 (0)