revert: 回退 pnpm

This commit is contained in:
CaptainB 2022-04-08 22:20:49 +08:00 committed by 刘瑞斌
parent e9f178d8a4
commit e84a560a07

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 -->