Commit 8c0adb5e authored by aagaev's avatar aagaev

debug ci, remove ignore-optional flag

parent c9d77868
......@@ -10,7 +10,7 @@ RUN apk add --no-cache libc6-compat
WORKDIR /app
COPY package.json yarn.lock ./
RUN apk add git
RUN yarn --frozen-lockfile --ignore-optional
RUN yarn --frozen-lockfile
### 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