This is an automated email from the ASF dual-hosted git repository.
zhangzhe pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git
The following commit(s) were added to refs/heads/main by this push:
new 9b5d9225 chore: remove `--frozen-lockfile` flag from pnpm install
command (#631)
9b5d9225 is described below
commit 9b5d9225c4a3444bc620dc00d3869f4940f7f947
Author: DeleiGuo <[email protected]>
AuthorDate: Sat Oct 4 10:22:10 2025 +0800
chore: remove `--frozen-lockfile` flag from pnpm install command (#631)
---
.github/workflows/deploy-docs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/deploy-docs.yml
b/.github/workflows/deploy-docs.yml
index f34b955a..06e6e87d 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -44,7 +44,7 @@ jobs:
- name: Install Dependencies
working-directory: website
- run: pnpm install --frozen-lockfile
+ run: pnpm install
- name: Build
working-directory: website
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]