Skip to content

Commit 393001a

Browse files
committed
Remove git update-index command
1 parent dcabfab commit 393001a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ ARG npm_token
2424
ENV NPM_TOKEN=${npm_token}
2525

2626
RUN echo //registry.npmjs.org/:_authToken=$NPM_TOKEN > .npmrc
27-
RUN git update-index --assume-unchanged package-lock.json
2827
RUN npm run publish -- --yes

0 commit comments

Comments
 (0)