Skip to content

Commit

Permalink
hotfix: set up pnpm & nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna922 committed Apr 16, 2024
1 parent e55c6ed commit aa270ab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,18 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v3

- name: Set up pnpm
uses: pnpm/action-setup@v2

- name: Set up Node.js
uses: actions/setup-node@v3

- name: Install dependencies
run: pnpm install

- name: Build
run: pnpm build

- name: Build storybook
run: pnpm build-storybook --output-dir=storybook-static

Expand Down

0 comments on commit aa270ab

Please sign in to comment.