build: 前端打包使用 pnpm
This commit is contained in:
parent
b9043902ea
commit
60cf1f8b33
|
@ -50,7 +50,7 @@
|
||||||
"install", so unless you need to run some other yarn command,
|
"install", so unless you need to run some other yarn command,
|
||||||
you can remove this whole <configuration> section.
|
you can remove this whole <configuration> section.
|
||||||
-->
|
-->
|
||||||
<arguments>pnpm install</arguments>
|
<arguments>pnpm install --shamefully-hoist</arguments>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
<!-- Build and minify static files -->
|
<!-- Build and minify static files -->
|
||||||
|
|
Loading…
Reference in New Issue