revert: 回退 pnpm

This commit is contained in:
CaptainB 2022-04-08 22:20:49 +08:00 committed by 刘瑞斌
parent a789da6ff1
commit ef34b16bed
1 changed files with 2 additions and 2 deletions

View File

@ -43,14 +43,14 @@
<execution>
<id>npm install</id>
<goals>
<goal>npx</goal>
<goal>npm</goal>
</goals>
<configuration>
<!-- optional: The default argument is actually
"install", so unless you need to run some other yarn command,
you can remove this whole <configuration> section.
-->
<arguments>pnpm install --shamefully-hoist</arguments>
<arguments>install</arguments>
</configuration>
</execution>
<!-- Build and minify static files -->