Skip to content

Commit e062a40

Browse files
pankgeorgpfitzseb
andauthored
Update deps/bundlepaths.jl
Co-authored-by: Sebastian Pfitzner <[email protected]>
1 parent a1f9535 commit e062a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/bundlepaths.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function download_js_bundles()
5454
bundle_artifact_path = artifact"web"
5555
for asset in readdir(bundle_artifact_path)
5656
@debug("Copying", bundle_artifact_path, asset, BUNDLES_PATH)
57-
cp(joinpath(bundle_artifact_path, asset), joinpath(BUNDLES_PATH, asset))
57+
cp(joinpath(bundle_artifact_path, asset), joinpath(BUNDLES_PATH, asset); force = true)
5858
end
5959
# These commands are probably still useful if you want to create the artifact.
6060
# download_bundle("core", CORE_BUNDLE_PATH, CORE_BUNDLE_URL)

0 commit comments

Comments
 (0)