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 390d47d commit 1550e88Copy full SHA for 1550e88
.github/workflows/pull-request.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
node-version: ${{ matrix.node-version }}
29
cache: npm
30
- - run: npm ci
+ - run: npm ci --workspaces
31
env:
32
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
33
- run: npm run test:types
.github/workflows/push.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
26
0 commit comments