Don't publish NPM packages during build

master
Jens Pelzetter 2023-04-23 11:53:37 +02:00
parent 8745d31cad
commit 516ef5fc94
1 changed files with 3 additions and 14 deletions

View File

@ -104,19 +104,8 @@
<arguments>login -userconfig ../libreccm.npmrc -scope=@libreccm -registry=https://git.libreccm.org/api/packages/libreccm/npm/</arguments>
</configuration>
</execution> -->
<execution>
<id>npm increase snapshot version</id>
<goals>
<goal>npm</goal>
</goals>
<phase>deploy</phase>
<configuration>
<arguments>version --userconfig ../libreccm.npmrc prerelease</arguments>
</configuration>
</execution>
<execution>
<!-- <execution>
<id>npm publish</id>
<goals>
<goal>npm</goal>
@ -127,7 +116,7 @@
<configuration>
<arguments>publish --userconfig ../libreccm.npmrc</arguments>
</configuration>
</execution>
</execution> -->
</executions>
</plugin>
</plugins>