Skip to content

Commit a239bf2

Browse files
committed
ci
1 parent 3f9f322 commit a239bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
node-version: ${{ matrix.node-version }}
2929
cache: 'pnpm'
3030
- name: Install dependencies for packages
31-
run: pnpm install --filter "./packages/**" --frozen-lockfile
31+
run: pnpm install --filter "./packages/**" --recursive=false
3232
- name: Build all packages
3333
run: pnpm build
3434
- name: Run linter
3535
run: pnpm lint
3636
- name: Install dependencies for examples
37-
run: pnpm install --filter "./examples/**" --frozen-lockfile
37+
run: pnpm install --filter "./examples/**" --recursive=false
3838
- name: Compile examples
3939
run: pnpm -r build-check
4040
- name: Run tests

0 commit comments

Comments
 (0)