Skip to content

Commit a01f3f5

Browse files
committed
fix: build lockfile error
1 parent 01b74b1 commit a01f3f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/webpack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- name: Build
1616
run: |
1717
npm i -g pnpm
18-
pnpm install
19-
pnpm run build
18+
pnpm install --lockfile-only
19+
pnpm build
2020
2121
- name: Deploy
2222
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)