diff --git a/.gitignore b/.gitignore index 6c23858..ca22c71 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ target /build /*.tgz +/iconSvgPaths.js diff --git a/xtask/src/icons.rs b/xtask/src/icons.rs index 6a84920..b64298c 100644 --- a/xtask/src/icons.rs +++ b/xtask/src/icons.rs @@ -8,7 +8,7 @@ use xtask_wasm::anyhow::{ensure, Context, Result}; const LATEST_BLUEPRINT_WORKING_VERSION: &str = "3.33.0"; pub(crate) fn generate_icons() -> Result<()> { - let js_file = Path::new("target/iconSvgPaths.js"); + let js_file = Path::new("iconSvgPaths.js"); let version = yewprint_css::download_from_npm_package( "@blueprintjs/icons", LATEST_BLUEPRINT_WORKING_VERSION,