Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Sep 7, 2024
1 parent 3bc7f0c commit f0186c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
git submodule update --remote --recursive
- name: npm install
run: cd ./ui/ && npm install --legacy-peer-deps
run: cd ./ui/ && rm -f package-lock.json && npm install --legacy-peer-deps

- name : npm build
run: cd ./ui/ && npm run build:prod:base --legacy-peer-deps
Expand Down

0 comments on commit f0186c2

Please sign in to comment.