Skip to content

Commit

Permalink
fix(sozo): dev subcommand (#2080)
Browse files Browse the repository at this point in the history
* fix: filter out test targets

* fix manifests path

* return error instead of unwrap

* fix: propose newer implementation to take manifests in account

* fix: remove the content compare for better performances

* fix: clippy

* update dojo_plugin version

* migrate during initial run

* remove manual skipping

* fix lints

---------

Co-authored-by: glihm <[email protected]>
  • Loading branch information
lambda-0x and glihm authored Jun 22, 2024
1 parent 4ff3bb9 commit ab33065
Show file tree
Hide file tree
Showing 14 changed files with 122 additions and 283 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/sozo/src/commands/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const CONTRACT_CLASS_SIZE_LABEL: &str = "Contract Class size [in bytes]\n(Sierra

const CONTRACT_NAME_LABEL: &str = "Contract";

#[derive(Debug, Args)]
#[derive(Debug, Args, Default)]
pub struct BuildArgs {
// Should we deprecate typescript bindings codegen?
// Disabled due to lack of support in dojo.js
Expand Down
Loading

0 comments on commit ab33065

Please sign in to comment.