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 0a942df commit 67a3518Copy full SHA for 67a3518
build.py
@@ -11,5 +11,5 @@
11
12
for file in files:
13
if file.startswith(".") or file.endswith(".ts"):
14
- os.remove(file)
+ os.remove(os.path.join(dir, file))
15
continue
0 commit comments