Added npm publish

Jens Pelzetter 2020-01-19 14:07:22 +01:00
parent 9050e60cd0
commit e818a1576a
1 changed files with 13 additions and 0 deletions

View File

@ -173,6 +173,19 @@
<arguments>link</arguments>
</configuration>
</execution>
<execution>
<id>npm publish</id>
<goals>
<goal>npm</goal>
</goals>
<phase>deploy</phase>
<configuration>
<arguments>publish --userconfig ../libreccm.npmrc</arguments>
</configuration>
</execution>
</executions>
</plugin>