diff --git a/Earthfile b/Earthfile index 1b472e5..a04838a 100644 --- a/Earthfile +++ b/Earthfile @@ -59,7 +59,7 @@ webui: FROM +base-node COPY +jslib/jslib tools/upend_js WORKDIR webui - RUN pnpm install + RUN pnpm install --frozen-lockfile RUN pnpm build SAVE ARTIFACT dist @@ -95,7 +95,7 @@ lint-frontend: FROM +base-node COPY +jslib/jslib tools/upend_js WORKDIR webui - RUN pnpm install + RUN pnpm install --frozen-lockfile RUN pnpm check && pnpm lint lint-jslib: diff --git a/Taskfile.yml b/Taskfile.yml index 0e082f5..65f1274 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -84,7 +84,6 @@ tasks: - ./*.ts - ./package.lock cmds: - - pnpm add upend_wasm@file:../upend_wasm/pkg - pnpm install --frozen-lockfile - pnpm build @@ -103,7 +102,6 @@ tasks: - ../tools/upend_js/*.js - package.lock cmds: - - pnpm add upend@file:../tools/upend_js - pnpm install --frozen-lockfile build:webext: