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 cb9f696 commit d06baa0Copy full SHA for d06baa0
1 file changed
.github/workflows/build.yml
@@ -29,6 +29,9 @@ jobs:
29
- name: Install dependencies
30
run: yarn install
31
32
+ - name: List workspaces
33
+ run: yarn workspaces list
34
+
35
- name: Build packages
36
run: yarn build
37
0 commit comments