Skip to content

Commit

Permalink
Switch npm install to npm ci (#1020)
Browse files Browse the repository at this point in the history
* Do not ignore package-lock.json files, they are needed for `npm ci`
* Updated package-lock.json

Co-authored-by: barshatr <barshatr@adobe.com>
Co-authored-by: Barshat Rai <barshatrai99@gmail.com>
  • Loading branch information
3 people authored Jan 26, 2023
1 parent 2f878e9 commit 4280b8d
Show file tree
Hide file tree
Showing 6 changed files with 56,822 additions and 7 deletions.
3 changes: 3 additions & 0 deletions src/main/archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@
<goals>
<goal>npm</goal>
</goals>
<configuration>
<arguments>ci</arguments>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
Loading

0 comments on commit 4280b8d

Please sign in to comment.