Skip to content
Snippets Groups Projects
Commit 2ae2a47c authored by aptalca's avatar aptalca
Browse files

add verbosity to yarn

parent 11605d92
Branches
Tags
No related merge requests found
......@@ -45,7 +45,7 @@ RUN \
fi && \
CODE_VERSION=$(echo "$CODE_RELEASE" | awk '{print substr($1,2); }') && \
yarn config set network-timeout 600000 -g && \
yarn --production --frozen-lockfile global add code-server@"$CODE_VERSION" && \
yarn --production --verbose --frozen-lockfile global add code-server@"$CODE_VERSION" && \
yarn cache clean && \
echo "**** clean up ****" && \
apt-get purge --auto-remove -y \
......
......@@ -45,7 +45,7 @@ RUN \
fi && \
CODE_VERSION=$(echo "$CODE_RELEASE" | awk '{print substr($1,2); }') && \
yarn config set network-timeout 600000 -g && \
yarn --production --frozen-lockfile global add code-server@"$CODE_VERSION" && \
yarn --production --verbose --frozen-lockfile global add code-server@"$CODE_VERSION" && \
yarn cache clean && \
echo "**** clean up ****" && \
apt-get purge --auto-remove -y \
......
......@@ -45,7 +45,7 @@ RUN \
fi && \
CODE_VERSION=$(echo "$CODE_RELEASE" | awk '{print substr($1,2); }') && \
yarn config set network-timeout 600000 -g && \
yarn --production --frozen-lockfile global add code-server@"$CODE_VERSION" && \
yarn --production --verbose --frozen-lockfile global add code-server@"$CODE_VERSION" && \
yarn cache clean && \
echo "**** clean up ****" && \
apt-get purge --auto-remove -y \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment