Skip to content

Commit

Permalink
Init bindings and depot build in ci-install
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinleroy committed Dec 20, 2024
1 parent 60a4fa7 commit 65fe5e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
'';

ci-install = pkgs.writeScriptBin "ci-install" ''
cargo make init-bindings
cd frontend && depot build && cd ..
cargo install --path crates/aquascope_front --debug --locked
cargo install --path crates/mdbook-aquascope --debug --locked
'';
Expand Down

0 comments on commit 65fe5e1

Please sign in to comment.