revert: 回退 pnpm
This commit is contained in:
parent
a789da6ff1
commit
ef34b16bed
|
@ -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 -->
|
||||||
|
|
Loading…
Reference in New Issue