Skip to content

Commit

Permalink
hotfix: github-actions --no-frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
laorange committed Jan 23, 2024
1 parent 473b9d5 commit d542f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build
on:
# 每当 push 到 master 分支时触发部署
push:
branches: [master]
branches: [ master ]
# 手动触发部署
workflow_dispatch:

Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

# 运行构建脚本
- name: Build
Expand Down

0 comments on commit d542f50

Please sign in to comment.