Skip to content

Commit b6b0030

Browse files
committed
[#52] 🐛 change command npm -> pnpm
1 parent d5e0c98 commit b6b0030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: npm install -g pnpm
1919
- name: Install dependencies
2020
# ⚠️ See your package manager's documentation for the correct command to install dependencies in a CI environment.
21-
run: npm ci
21+
run: pnpm install --frozen-lockfile
2222
- name: Run Chromatic
2323
uses: chromaui/action@latest
2424
with:

0 commit comments

Comments
 (0)