Skip to content

Commit dfeffd3

Browse files
authored
[matter] Use npm ci for builds (#21330)
Use `npm ci` instead of `npm install` for the Matter server and code generator. Signed-off-by: Wouter Born <github@maindrain.net>
1 parent 32b6263 commit dfeffd3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • bundles/org.openhab.binding.matter

bundles/org.openhab.binding.matter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</goals>
5050
<configuration>
5151
<workingDirectory>matter-server</workingDirectory>
52-
<arguments>install</arguments>
52+
<arguments>ci</arguments>
5353
</configuration>
5454
</execution>
5555

@@ -124,7 +124,7 @@
124124
<phase>generate-sources</phase>
125125
<configuration>
126126
<workingDirectory>code-gen</workingDirectory>
127-
<arguments>install</arguments>
127+
<arguments>ci</arguments>
128128
</configuration>
129129
</execution>
130130

0 commit comments

Comments
 (0)