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

Commits:
4b581ec1 by Joeri de Gooijer at 2016-09-07T15:53:18+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
@@ -233,7 +233,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/4b581ec1a25baf8ed948c64f2ea66befff7ae7e8
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to