Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Commit

Permalink
修改前端打包工具为 yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
dushixiang committed Oct 25, 2022
1 parent 59d1a0b commit e5e0dd0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-next-terminal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
- name: npm install
run: |
cd web
npm install
npm run build
npm install --global yarn
yarn
yarn build
- name: Docker Login
uses: docker/[email protected]
with:
Expand Down

0 comments on commit e5e0dd0

Please sign in to comment.