Skip to content
Snippets Groups Projects
Commit 2d6af2ce authored by Efe's avatar Efe
Browse files

Prevent react-env package breaking ci

parent b1d810d0
No related branches found
No related tags found
No related merge requests found
Pipeline #114742 failed
......@@ -59,7 +59,7 @@ LABEL io.hive.image.commit.author="$GIT_LAST_COMMITTER"
LABEL io.hive.image.commit.date="$GIT_LAST_COMMIT_DATE"
WORKDIR /app
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm add -g @beam-australia/react-env@3.1.1
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm add -g @beam-australia/react-env@3.1.1 --ignore-scripts
RUN apk add --no-cache tini
# COPY --from=trajano/alpine-libfaketime:latest /faketime.so /lib/faketime.so
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment