Skip to content

Commit 442d99f

Browse files
chore: pnpm
1 parent 30ce9e8 commit 442d99f

File tree

4 files changed

+15743
-25073
lines changed

4 files changed

+15743
-25073
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- pnpm-1.x
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

@@ -29,7 +30,7 @@ jobs:
2930
node-version: 22
3031
- run: corepack enable
3132
- name: Install
32-
run: npm install
33+
run: pnpm install
3334
- name: Playwright Install
3435
run: npx playwright install
3536
- name: Test Storybook

0 commit comments

Comments
 (0)