0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-03 23:09:17 -05:00

chore: restore ui-components.yml

setup is very particular cannot use corepack
This commit is contained in:
Juan Picado 2023-10-23 21:55:27 +02:00 committed by GitHub
parent 6d860074ec
commit 56c082ab0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ jobs:
- name: Install pnpm
run: |
corepack enable
corepack install
corepack prepare --activate pnpm@8.9.0
- name: Install
run: pnpm install
- name: Build storybook
@ -56,7 +56,7 @@ jobs:
# the msw.js worker is need it at the storybook-static folder in production
run: cp -R packages/ui-components/public/* packages/ui-components/storybook-static
- name: 🔥 Deploy Production UI Netlify
if: (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'workflow_dispatch'
if: (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'workflow_dispatch'
uses: verdaccio/action-netlify-deploy@1c086d59169edeec9254672c7de17d2ceac3928f # v2.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}