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