ci(fix): 修复更新lock文件导致github action失败 (#2802)

This commit is contained in:
GauharChan
2023-05-25 14:18:06 +08:00
committed by GitHub
parent 5de89b5ec5
commit f810a0892d

View File

@@ -103,7 +103,7 @@ jobs:
env:
NODE_OPTIONS: '--max_old_space_size=4096'
run: |
pnpm install
pnpm install --no-frozen-lockfile
pnpm build
touch dist/.nojekyll
cp dist/index.html dist/404.html