Skip to content

Commit 747d0da

Browse files
committed
Test NPM_TOKEN inside container
1 parent 02363cc commit 747d0da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ FROM build AS release
2323
ARG npm_token
2424
ENV NPM_TOKEN=${npm_token}
2525

26+
RUN echo $NPM_TOKEN
2627
RUN echo //registry.npmjs.org/:_authToken=$NPM_TOKEN > .npmrc
28+
RUN cat .npmrc
2729
RUN npm run publish -- --yes

0 commit comments

Comments
 (0)