Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit b333a4d

Browse files
fixed wrong prefix
1 parent 7e12cd2 commit b333a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN REACT_APP_CLIENT_VERSION=$(cat .version) yarn build && \
2626
yarn cache clean
2727

2828
RUN echo "https://www.myget.org/F/sqlstreamstore/npm/:_authToken=${MYGET_API_KEY}" > .npmrc && \
29-
echo "@sql-stream-store:registry=https://www.myget.org/F/sqlstreamstore/npm/" >> .npmrc
29+
echo "@sqlstreamstore:registry=https://www.myget.org/F/sqlstreamstore/npm/" >> .npmrc
3030

3131
RUN test -z "$MYGET_API_KEY" || \
3232
yarn publish --new-version $(cat .version) && \

0 commit comments

Comments
 (0)