Joeri de Gooijer pushed to branch release/4.0 at cms-community / hippo-cms

Commits:
87075703 by Joeri de Gooijer at 2016-09-07T15:52:11+02:00
CMS-10428 Fix pom npm build command

- - - - -


2 changed files:

- api/pom.xml
- console/frontend/pom.xml


Changes:

=====================================
api/pom.xml
=====================================
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -339,7 +339,7 @@
             <goals><goal>exec</goal></goals>
             <configuration>
               <executable>npm</executable>
-              <commandlineArgs>build</commandlineArgs>
+              <commandlineArgs>run build</commandlineArgs>
             </configuration>
           </execution>
         </executions>


=====================================
console/frontend/pom.xml
=====================================
--- a/console/frontend/pom.xml
+++ b/console/frontend/pom.xml
@@ -226,7 +226,7 @@
             <goals><goal>exec</goal></goals>
             <configuration>
               <executable>npm</executable>
-              <commandlineArgs>build</commandlineArgs>
+              <commandlineArgs>run build</commandlineArgs>
             </configuration>
           </execution>
         </executions>



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms/commit/8707570357197d77eff26a90ebeef38aa75a23d3
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to