Skip to content

Commit

Permalink
earthfile less strict
Browse files Browse the repository at this point in the history
  • Loading branch information
trbKnl committed Jan 10, 2024
1 parent 2889b38 commit 5658b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ commit-hook:

setup-base:
COPY package.json package-lock.json ./
RUN npm ci
RUN npm i
COPY --dir . ./

test:
Expand Down Expand Up @@ -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
SAVE ARTIFACT release.zip AS LOCAL $release_tag.zip

0 comments on commit 5658b9a

Please sign in to comment.