修改前端打包工具为 yarn
This commit is contained in:
parent
59d1a0bcd9
commit
e5e0dd08d9
5
.github/workflows/docker-next-terminal.yml
vendored
5
.github/workflows/docker-next-terminal.yml
vendored
@ -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/login-action@v1.10.0
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user