diff options
Diffstat (limited to 'build.rs')
| -rw-r--r-- | build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ fn main() -> Result<(), io::Error> { let status = Command::new("npx").args(["vite", "build"]).status()?; if !status.success() { return Err(io::Error::other(format!( - "'npm run build' exited with status {status:?}" + "'npx vite build' exited with status {status:?}" ))); } |
