We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84751f2 commit a3fb725Copy full SHA for a3fb725
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
node-version: "lts/*"
20
- name: Install dependencies
21
- run: yarn install --frozen-lockfile && yarn --cwd ./examples/client install --frozen-lockfile
+ run: yarn install --frozen-lockfile && yarn --cwd ./examples/client install --frozen-lockfile && yarn --cwd ./examples/manager install --frozen-lockfile
22
- name: Lint
23
run: yarn lint
24
- name: Test
0 commit comments