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:
@@ -44,6 +44,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
|
||||
preBuild = ''
|
||||
npm run build-css
|
||||
npm run build-js
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user