Commit 652620a7 authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Merge pull request #1523 from blockscout/test-ci

debug ci, remove ignore-optional flag
parents 55ac1eab 8c0adb5e
...@@ -10,7 +10,7 @@ RUN apk add --no-cache libc6-compat ...@@ -10,7 +10,7 @@ RUN apk add --no-cache libc6-compat
WORKDIR /app WORKDIR /app
COPY package.json yarn.lock ./ COPY package.json yarn.lock ./
RUN apk add git RUN apk add git
RUN yarn --frozen-lockfile --ignore-optional RUN yarn --frozen-lockfile
### FEATURE REPORTER ### FEATURE REPORTER
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment