Place temporary file at root with the others

This commit is contained in:
Cecile Tonglet 2022-12-14 11:05:26 +01:00
parent 933d4c569c
commit ebee832d39
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
target
/build
/*.tgz
/iconSvgPaths.js

View file

@ -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,