build: 前端打包使用 pnpm

This commit is contained in:
CaptainB 2022-04-08 15:17:01 +08:00 committed by 刘瑞斌
parent b9043902ea
commit 60cf1f8b33
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
"install", so unless you need to run some other yarn command,
you can remove this whole <configuration> section.
-->
<arguments>pnpm install</arguments>
<arguments>pnpm install --shamefully-hoist</arguments>
</configuration>
</execution>
<!-- Build and minify static files -->