Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
- Change yarn to pnpm
  • Loading branch information
steven11329 committed Jul 20, 2023
1 parent 076e516 commit 7a966c5
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 156 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-storybook-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16'
- uses: pnpm/action-setup@v2
with:
version: ^7.33.3
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
yarn install --frozen-lockfile
yarn run build-storybook
pnpm install --frozen-lockfile
pnpm run build-storybook
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
Loading

0 comments on commit 7a966c5

Please sign in to comment.