ci: 前端 npm install 加上--legacy-peer-deps

This commit is contained in:
CaptainB 2023-06-30 15:36:54 +08:00
parent ce7cb9b1f4
commit ddac157cc6
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
"install", so unless you need to run some other yarn command,
you can remove this whole <configuration> section.
-->
<arguments>install</arguments>
<arguments>install --legacy-peer-deps</arguments>
</configuration>
</execution>
<execution>