We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ce9e8 commit 442d99fCopy full SHA for 442d99f
.github/workflows/ci.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - pnpm-1.x
8
pull_request: {}
9
10
jobs:
@@ -16,7 +17,7 @@ jobs:
16
17
node-version: 22
18
- run: corepack enable
19
- name: Install
- run: npm install
20
+ run: pnpm install
21
- name: Build
22
run: npm run build-storybook
23
@@ -29,7 +30,7 @@ jobs:
29
30
31
32
33
34
- name: Playwright Install
35
run: npx playwright install
36
- name: Test Storybook
0 commit comments