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 1d6f4ee commit 632ca26Copy full SHA for 632ca26
.github/workflows/publish.yaml
@@ -34,7 +34,7 @@ jobs:
34
cache: pnpm # 或 pnpm / yarn
35
# 安装依赖
36
- name: Install dependencies
37
- run: pnpm install
+ run: pnpm install --no-frozen-lockfile
38
- name: Create Release Pull Request or Publish to npm
39
id: changesets
40
uses: changesets/action@v1
.github/workflows/website.yaml
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
# - name: Setup bun
49
# uses: oven-sh/setup-bun@v2
50
# with:
0 commit comments