We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcabfab commit 393001aCopy full SHA for 393001a
Dockerfile
@@ -24,5 +24,4 @@ ARG npm_token
24
ENV NPM_TOKEN=${npm_token}
25
26
RUN echo //registry.npmjs.org/:_authToken=$NPM_TOKEN > .npmrc
27
-RUN git update-index --assume-unchanged package-lock.json
28
RUN npm run publish -- --yes
0 commit comments