Related to #1363 When running the `polywrap codegen` command within a Plugin project, an additional build step is executed. This logic/step should be moved into the `build` command to further improve semantics between `codegen` and `build`.
Related to #1363
When running the
polywrap codegencommand within a Plugin project, an additional build step is executed.This logic/step should be moved into the
buildcommand to further improve semantics betweencodegenandbuild.