@explorable-viz/fluid 0.7.24 → 0.7.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28400,7 +28400,7 @@ var copyOptions = {
28400
28400
  encoding: Nothing,
28401
28401
  shell: Nothing
28402
28402
  };
28403
- var copyFiles = (website) => exec2("./node_modules/@explorable-viz/fluidscript/bundle-website.sh -w" + website + " -r node_modules/@explorable-viz/fluid")(copyOptions)((v) => {
28403
+ var copyFiles = (website) => exec2("./node_modules/@explorable-viz/fluid/script/bundle-website.sh -w " + website + " -r true")(copyOptions)((v) => {
28404
28404
  if (v.error.tag === "Just") {
28405
28405
  return log(showErrorImpl(v.error._1));
28406
28406
  }