You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/03/08 15:04:28 UTC

[myfaces-tobago] branch master-npm-reorg updated: build(npm): use one npm config for themes

This is an automated email from the ASF dual-hosted git repository.

bommel pushed a commit to branch master-npm-reorg
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master-npm-reorg by this push:
     new 4be89e1  build(npm): use one npm config for themes
4be89e1 is described below

commit 4be89e1cac7007c42021d1af6de08b4a90c02690
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Mon Mar 8 16:00:38 2021 +0100

    build(npm): use one npm config for themes
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index e42e275..f975555 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1209,6 +1209,7 @@
                 <fileset>
                   <directory>.</directory>
                   <includes>
+                    <include>npm</include>
                     <include>dist/**</include>
                     <include>node/**</include>
                     <include>node_modules/**</include>