Skip to content

Commit

Permalink
Move wasm -> extras
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Peddicord committed Dec 6, 2019
1 parent 9821fb1 commit 68292ae
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ init:
all +cmds: init
cargo {{cmds}}
cd cli && cargo {{cmds}}
cd wasm/pkg && cargo {{cmds}}
cd extras/lambda && cargo {{cmds}}
cd extras/wasm/pkg && cargo {{cmds}}

lint:
just all clippy
Expand Down

0 comments on commit 68292ae

Please sign in to comment.