Skip to content

Commit

Permalink
fix: 修复打包问题
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbeatty committed Feb 21, 2024
1 parent 1694b60 commit ac3a07b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ jobs:
- name: Node build
run: |
cd web/omsUI
yarn install --registry http://registry.yarnpkg.com/ --no-lockfile
yarn run build
npm install pnpm
node_modules/.bin/pnpm install
pnpm run build
- name: Make all
run: |
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "web/omsUI"]
path = web/omsUI
branch = release/v1.x.x
branch = master
url = https://github.com/lixin59/omsUI.git

0 comments on commit ac3a07b

Please sign in to comment.