We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f63b1 commit 3402182Copy full SHA for 3402182
1 file changed
.github/workflows/test.yml
@@ -33,8 +33,8 @@ jobs:
33
# endregion
34
35
# region: 前端项目构建,根据具体项目情况修改,此处以 <https://github.com/uni-ku/bundle-optimizer> 为例
36
- - name: Install dependencies
37
- run: pnpm install
+ - name: Install dependencies for monorepo
+ run: pnpm install --recursive --frozen-lockfile
38
39
- name: Run Test
40
run: pnpm run test:coverage
0 commit comments