diff --git a/Earthfile b/Earthfile index d6470cee..fccb3592 100644 --- a/Earthfile +++ b/Earthfile @@ -9,7 +9,7 @@ commit-hook: setup-base: COPY package.json package-lock.json ./ - RUN npm ci + RUN npm i COPY --dir . ./ test: @@ -41,4 +41,4 @@ release: RUN --no-cache npx update-browserslist-db@latest RUN npm run build:app RUN npm run archive - SAVE ARTIFACT release.zip AS LOCAL $release_tag.zip \ No newline at end of file + SAVE ARTIFACT release.zip AS LOCAL $release_tag.zip