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 991bed6 commit 44bf397Copy full SHA for 44bf397
.github/workflows/check-dist.yml
@@ -30,7 +30,6 @@ jobs:
30
31
- name: Install dependencies
32
run: |
33
- yarn set version berry
34
yarn install --frozen-lockfile
35
36
- name: Rebuild the dist/ directory
.github/workflows/test-pr.yml
@@ -16,7 +16,6 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
- run: |
19
20
21
22
yarn run all
0 commit comments