Another try

master
Jens Pelzetter 2023-04-22 18:11:09 +02:00
parent 165a3e3745
commit f06115095d
1 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@
</configuration>
</execution>
<execution>
<!-- <execution>
<id>npm login</id>
<goals>
<goal>npm</goal>
@ -101,9 +101,9 @@
<phase>deploy</phase>
<configuration>
<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>
</execution>
</execution> -->
<execution>
<id>npm publish</id>
<goals>