File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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/**" --ignore-scripts --child-concurrency=1 --frozen-lockfile
31+ run : pnpm install --filter "./packages/**" --ignore-scripts --child-concurrency=1 --config.recursive-install=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/**" --ignore-scripts --child-concurrency=1 --frozen-lockfile
37+ run : pnpm install --filter "./examples/**" --ignore-scripts --child-concurrency=1 --config.recursive-install=false
3838 - name : Compile examples
3939 run : pnpm -r build-check
4040 - name : Run tests
You can’t perform that action at this time.
0 commit comments