cook-cli: build js during preBuild

Otherwise editor.bundle.js is not included in the package and the
web editor does not load in the cook-cli webserver.
This commit is contained in:
Martynas Mickevičius
2026-06-03 16:38:22 +03:00
parent 6bce0864a4
commit 027f1a475d
+1
View File
@@ -44,6 +44,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
preBuild = ''
npm run build-css
npm run build-js
'';
meta = {