build: update deps

This commit is contained in:
OpportunityLiu
2024-02-17 22:56:03 +08:00
Unverified
parent 623446ac8e
commit fd8f1f5f5d
6 changed files with 2048 additions and 1505 deletions
+1 -1
View File
@@ -26,6 +26,6 @@ jobs:
run: |
git add .
if ! git diff --cached --color=always --exit-code -- . ':!node_modules'; then
echo "::error::Found changed files after build. Please run 'yarn release' and check in all changes."
echo "::error::Found changed files after build. Please run 'pnpm release' and check in all changes."
exit 1
fi