Skip to content

Commit

Permalink
build(pnpm): 修改打包方式
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaojob committed Mar 17, 2024
1 parent 1d48fec commit c5be0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
npm i -g pnpm
pnpm install
npm run build
pnpm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit c5be0fe

Please sign in to comment.