Skip to content

Commit f65ac27

Browse files
committed
remove -s from pnpm install
1 parent 02d2cba commit f65ac27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Install packages
2626
run: |
27-
pnpm -s -r i
27+
pnpm -r i
2828
pnpm -s link:src
2929
3030
- name: Compile MathJax

0 commit comments

Comments
 (0)