Skip to content

Commit

Permalink
chore: 更新编译文件
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbeatty committed Feb 20, 2024
1 parent fba7dad commit c4e1daa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,12 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '14'
cache: 'yarn'
cache-dependency-path: web/omsUI/yarn.lock

- name: Node build
run: |
cd web/omsUI
npm install yarn
node_modules/.bin/yarn install --registry http://registry.npm.taobao.org/
npm run build
yarn install --registry https://registry.npmmirror.com/
yarn run build
- name: Make all
run: |
Expand Down

0 comments on commit c4e1daa

Please sign in to comment.