Don't publish NPM packages during build
parent
8745d31cad
commit
516ef5fc94
|
|
@ -104,19 +104,8 @@
|
||||||
<arguments>login -userconfig ../libreccm.npmrc -scope=@libreccm -registry=https://git.libreccm.org/api/packages/libreccm/npm/</arguments>
|
<arguments>login -userconfig ../libreccm.npmrc -scope=@libreccm -registry=https://git.libreccm.org/api/packages/libreccm/npm/</arguments>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution> -->
|
</execution> -->
|
||||||
<execution>
|
|
||||||
<id>npm increase snapshot version</id>
|
<!-- <execution>
|
||||||
<goals>
|
|
||||||
<goal>npm</goal>
|
|
||||||
</goals>
|
|
||||||
|
|
||||||
<phase>deploy</phase>
|
|
||||||
|
|
||||||
<configuration>
|
|
||||||
<arguments>version --userconfig ../libreccm.npmrc prerelease</arguments>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
<execution>
|
|
||||||
<id>npm publish</id>
|
<id>npm publish</id>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>npm</goal>
|
<goal>npm</goal>
|
||||||
|
|
@ -127,7 +116,7 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<arguments>publish --userconfig ../libreccm.npmrc</arguments>
|
<arguments>publish --userconfig ../libreccm.npmrc</arguments>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution> -->
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue