diff --git a/build_release.py b/build_release.py index 137b94a..bd555a1 100755 --- a/build_release.py +++ b/build_release.py @@ -11,7 +11,7 @@ wasm_pack = Path("~/.cargo/bin/wasm-pack").expanduser() root_files = ["module.json", "README.md", "CHANGELOG.md", "LICENSE"] wasm_files = ["gridless_pathfinding_bg.wasm", "gridless_pathfinding.js"] output_dir = Path("artifact") -copy_everything_directories = ["js", "lang", "templates", "wasm/snippets"] +copy_everything_directories = ["js", "lang", "templates"] wasm_dir = Path("wasm") root_dir = Path(".") rust_dir = Path("rust")