Skip to content

Commit

Permalink
chore: fix github flow failed
Browse files Browse the repository at this point in the history
  • Loading branch information
hughfenghen committed Jun 23, 2024
1 parent d770f63 commit 1d8a4a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-doc-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cache: 'pnpm'

- name: Install packages dependencies
run: pnpm install --frozen-lockfile
run: pnpm install --frozen-lockfile --ignore-scripts

- name: Build:api
run: pnpm build && pnpm build:api
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache: 'pnpm'

- name: Install Dependencies
run: pnpm install --frozen-lockfile
run: pnpm install --frozen-lockfile --ignore-scripts

- name: Create Release Pull Request
uses: changesets/action@v1
Expand Down

0 comments on commit 1d8a4a7

Please sign in to comment.