diff --git a/Earthfile b/Earthfile index cee5559..2fe4a46 100644 --- a/Earthfile +++ b/Earthfile @@ -278,4 +278,11 @@ dev-local: COPY +wasmlib/pkg-node /wasm-node SAVE ARTIFACT /js-dist AS LOCAL sdks/js/dist SAVE ARTIFACT /wasm-web AS LOCAL wasm/pkg-web - SAVE ARTIFACT /wasm-node AS LOCAL wasm/pkg-node \ No newline at end of file + SAVE ARTIFACT /wasm-node AS LOCAL wasm/pkg-node + +dev-update-sdk: + LOCALLY + WORKDIR sdks/js + RUN pnpm build + WORKDIR webui + RUN pnpm install \ No newline at end of file