Skip to content

Commit f76f454

Browse files
chore: pnpm
1 parent 9b078cc commit f76f454

File tree

3 files changed

+16672
-27655
lines changed

3 files changed

+16672
-27655
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- pnpm
78
pull_request: {}
89

910
jobs:
@@ -16,7 +17,7 @@ jobs:
1617
node-version: 22
1718
- run: corepack enable
1819
- name: Install
19-
run: npm install
20+
run: pnpm install
2021
- name: Build
2122
run: npm run build-storybook
2223

0 commit comments

Comments
 (0)