We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a4f4f commit 8362bd1Copy full SHA for 8362bd1
1 file changed
tools/update_plotlyjs.R
@@ -96,3 +96,6 @@ withr::with_dir(tmpdir, {
96
message("Update plotlyMainBundle()'s version with ", basename(zip))
97
})
98
99
+
100
+# clean up
101
+unlink(tmpdir, recursive = TRUE)
0 commit comments