Skip to content

Commit cb62244

Browse files
committed
Do not automatically release to NPM.
1 parent 2720902 commit cb62244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nodejs/scripts/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
</arguments>
115115
</configuration>
116116
</execution>
117-
<execution>
117+
<!--execution>
118118
<id>publish</id>
119119
<phase>deploy</phase>
120120
<goals>
@@ -127,7 +127,7 @@
127127
<argument>.</argument>
128128
</arguments>
129129
</configuration>
130-
</execution>
130+
</execution-->
131131
</executions>
132132
</plugin>
133133
</plugins>

0 commit comments

Comments
 (0)