build-themes
-> build
to fix building themes on save
This commit is contained in:
parent
9e8e227b46
commit
5b2dd8e4d0
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ fn main() {
|
|||
.expect("failed to run npm");
|
||||
if !output.status.success() {
|
||||
panic!(
|
||||
"build-themes script failed {}",
|
||||
"build script failed {}",
|
||||
String::from_utf8_lossy(&output.stderr)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue