Skip to content

Commit 10b8828

Browse files
committed
test
1 parent d11f282 commit 10b8828

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/GHPages.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ jobs:
2727
uses: actions/checkout@v4
2828
- uses: pnpm/action-setup@v2
2929
- uses: actions/setup-node@v4
30-
- name: Install And Build
30+
- name: Install
31+
run: pnpm install
32+
- name: Build
3133
run: |
32-
pnpm install
3334
cd packages/eslint-plugin-svelte
3435
pnpm run update
3536
pnpm build

0 commit comments

Comments
 (0)