Skip to content

Commit 023027b

Browse files
authored
Remove npm publish (#667)
* Remove npm publish - Remove npm publish * - Update component paths
1 parent 3bf612d commit 023027b

File tree

85 files changed

+99
-109
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+99
-109
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 4 deletions

docker/prod/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ RUN rm ./src/ep.config.json.tmp
3030

3131
RUN yarn build
3232

33-
RUN yarn build-components
34-
35-
# Publish components to npm
36-
RUN npm set //registry.npmjs.org/:_authToken $NPM_TOKEN
37-
RUN npm publish src/components/ || echo "Components publish failed"
38-
3933
FROM nginx:1.15.1
4034
COPY --from=builder /project/build/ /usr/share/nginx/www
4135
COPY ./docker/prod/nginx.conf /etc/nginx/conf.d/default.conf.template

src/components/src/AddPromotionContainer/README.md

Lines changed: 1 addition & 1 deletion

src/components/src/AddressContainer/README.md

Lines changed: 1 addition & 1 deletion

src/components/src/AddressForm/README.md

Lines changed: 1 addition & 1 deletion

src/components/src/AlertContainer/README.md

Lines changed: 1 addition & 1 deletion

src/components/src/AppFooterMain/README.md

Lines changed: 1 addition & 1 deletion

src/components/src/AppHeader/README.md

Lines changed: 1 addition & 1 deletion

src/components/src/AppHeaderLocale/README.md

Lines changed: 1 addition & 1 deletion

src/components/src/AppHeaderLogin/README.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)