Skip to content
Snippets Groups Projects
Commit 12af70c1 authored by jonasled's avatar jonasled
Browse files

add silent flag to yarn init

parent f1ba320e
No related branches found
No related tags found
No related merge requests found
Pipeline #655 failed
...@@ -4,7 +4,7 @@ WORKDIR /build ...@@ -4,7 +4,7 @@ WORKDIR /build
COPY . /build COPY . /build
RUN mkdir /build/public/js RUN mkdir /build/public/js
RUN mkdir /build/public/css RUN mkdir /build/public/css
RUN yarn init RUN yarn init --silent
RUN yarn compile RUN yarn compile
# Prepare Webserver # Prepare Webserver
......
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