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> <execution>
<id>npm install</id> <id>npm install</id>
<goals> <goals>
<goal>npx</goal> <goal>npm</goal>
</goals> </goals>
<configuration> <configuration>
<!-- optional: The default argument is actually <!-- optional: The default argument is actually
"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 --shamefully-hoist</arguments> <arguments>install</arguments>
</configuration> </configuration>
</execution> </execution>
<!-- Build and minify static files --> <!-- Build and minify static files -->