Skip to content

Commit 02bcada

Browse files
committed
Run npm ci for all packages in package.json
1 parent 9d5f656 commit 02bcada

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

documentation/pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -167,17 +167,7 @@
167167
<goal>npm</goal>
168168
</goals>
169169
<configuration>
170-
<arguments>install @antora/[email protected] --ignore-scripts</arguments>
171-
</configuration>
172-
</execution>
173-
<execution>
174-
<id>install-antora-site-generator-lunr</id>
175-
<phase>generate-resources</phase>
176-
<goals>
177-
<goal>npm</goal>
178-
</goals>
179-
<configuration>
180-
<arguments>ci [email protected] --ignore-scripts</arguments>
170+
<arguments>ci --ignore-scripts</arguments>
181171
</configuration>
182172
</execution>
183173
</executions>

0 commit comments

Comments
 (0)