Another try
parent
165a3e3745
commit
f06115095d
|
|
@ -92,7 +92,7 @@
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
||||||
<execution>
|
<!-- <execution>
|
||||||
<id>npm login</id>
|
<id>npm login</id>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>npm</goal>
|
<goal>npm</goal>
|
||||||
|
|
@ -101,9 +101,9 @@
|
||||||
<phase>deploy</phase>
|
<phase>deploy</phase>
|
||||||
|
|
||||||
<configuration>
|
<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>
|
</configuration>
|
||||||
</execution>
|
</execution> -->
|
||||||
<execution>
|
<execution>
|
||||||
<id>npm publish</id>
|
<id>npm publish</id>
|
||||||
<goals>
|
<goals>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue